Struct opentok::video_capturer::VideoCapturerCallbacksBuilder [−][src]
pub struct VideoCapturerCallbacksBuilder { /* fields omitted */ }
Implementations
pub fn destroy<F: Fn(&VideoCapturer) -> OtcResult + Send + Sync + 'static>(
self,
callback: F
) -> Self
pub fn start<F: Fn(&VideoCapturer) -> OtcResult + Send + Sync + 'static>(
self,
callback: F
) -> Self
Trait Implementations
Returns the “default value” for a type. Read more