Home
last modified time | relevance | path

Searched defs:RTCVideoTrack (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
DARDVideoCallViewController.m84 didReceiveLocalVideoTrack:(RTCVideoTrack *)localVideoTrack {
89 didReceiveRemoteVideoTrack:(RTCVideoTrack *)remoteVideoTrack {
127 - (void)setLocalVideoTrack:(RTCVideoTrack *)localVideoTrack {
141 - (void)setRemoteVideoTrack:(RTCVideoTrack *)remoteVideoTrack {
/external/webrtc/talk/app/webrtc/objc/
DRTCVideoTrack.mm40 @implementation RTCVideoTrack { implementation
116 @implementation RTCVideoTrack (Internal) implementation in Internal
DRTCMediaStream.mm73 - (BOOL)addVideoTrack:(RTCVideoTrack*)track { argument
92 - (BOOL)removeVideoTrack:(RTCVideoTrack*)track { argument
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
DAPPRTCViewController.m257 didReceiveLocalVideoTrack:(RTCVideoTrack *)localVideoTrack {
262 didReceiveRemoteVideoTrack:(RTCVideoTrack *)remoteVideoTrack {