Home
last modified time | relevance | path

Searched refs:RTCFileVideoCapturerErrorBlock (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/sdk/objc/components/capturer/
DRTCFileVideoCapturer.h20 typedef void (^RTCFileVideoCapturerErrorBlock)(NSError *error); typedef
43 onError:(__nullable RTCFileVideoCapturerErrorBlock)errorBlock;
DRTCFileVideoCapturer.m48 onError:(RTCFileVideoCapturerErrorBlock)errorBlock { argument
80 - (void)setupReaderOnError:(RTCFileVideoCapturerErrorBlock)errorBlock { argument
/external/webrtc/sdk/objc/unittests/
DRTCFileVideoCapturer_xctest.mm61 RTCFileVideoCapturerErrorBlock errorBlock = ^void(NSError *error) {
72 RTCFileVideoCapturerErrorBlock firstErrorBlock = ^void(NSError *error) {
78 RTCFileVideoCapturerErrorBlock secondErrorBlock = ^void(NSError *error) {