VICustomVideoSourceDelegate
Delegate that may be used to handle custom video source events.
Methods
startWithVideoFormat:
- (void)startWithVideoFormat:(VIVideoFormat *)format
Triggered when custom video source is started.
Parameters
format:
VIVideoFormat *Video format.
stop
- (void)stop
Triggered when custom video source is stopped.