Rate this page:

VICustomVideoSourceDelegate

Delegate that may be used to handle custom video source events.

Methods

startWithVideoFormat:

Copy URL
- (

void

)startWithVideoFormat:(

VIVideoFormat *

)format

Triggered when custom video source is started.

Parameters

Returns

  • type:

    void

stop

Copy URL
- (

void

)stop

Triggered when custom video source is stopped.

Returns

  • type:

    void