Home
last modified time | relevance | path

Searched defs:RTCFileVideoCapturer (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/examples/objc/AppRTCMobile/ios/
DARDFileCaptureController.m17 @property(nonatomic, strong) RTC_OBJC_TYPE(RTCFileVideoCapturer) * fileCapturer; category
24 - (instancetype)initWithCapturer:(RTC_OBJC_TYPE(RTCFileVideoCapturer) *)capturer {
DARDVideoCallViewController.m112 didCreateLocalFileCapturer:(RTC_OBJC_TYPE(RTCFileVideoCapturer) *)fileCapturer {
/external/webrtc/sdk/objc/components/capturer/
DRTCFileVideoCapturer.m32 @interface RTC_OBJC_TYPE (RTCFileVideoCapturer) category
37 @implementation RTC_OBJC_TYPE (RTCFileVideoCapturer) { category