player_video_stream_changed_cb typedef
@brief Called to notify the video stream changed.
@details The video stream changing is detected just before rendering operation.
@since_tizen @if WEARABLE 3.0 @else 2.4 @endif
@paramin
width The width of the captured image
@paramin
height The height of the captured image
@paramin
fps The frame per second of the video \n
It can be @c 0 if there is no video stream information.
@paramin
bit_rate The video bit rate Hz
\n
It can be an invalid value if there is no video stream information.
@paramin
user_data The user data passed from the callback registration function
@see player_set_video_stream_changed_cb()
Implementation
typedef player_video_stream_changed_cb
= ffi.Pointer<ffi.NativeFunction<player_video_stream_changed_cbFunction>>;