VideoCallBack constructor
VideoCallBack({
- required void onRenderView(
- String serialNumber
- required void onPlayerState(),
- required void onVideoSizeChanged(
- VideoPlayer player,
- String ratio,
- String serialNumber
- required void onDownloadSpeedUpdate(),
- required void onDebug(),
- required void onMicFrame(),
- required void onDeviceMsgPush(),
- required void onReport(),
- required void onMagicPixProcessState(),
- required void onRecordState(),
Implementation
VideoCallBack({
required this.onRenderView,
required this.onPlayerState,
required this.onVideoSizeChanged,
required this.onDownloadSpeedUpdate,
required this.onDebug,
required this.onMicFrame,
required this.onDeviceMsgPush,
required this.onReport,
required this.onMagicPixProcessState,
required this.onRecordState
});