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