v2_tx_live_player_observer library

Enums

V2TXLivePlayerListenerType
Player callback notification of Tencent Cloud Live.
You can receive some callback notifications from V2TXLivePlayer, including player status, playback volume callback, audio and video first frame callback, statistics, warnings, and error messages.

Typedefs

V2TXLivePlayerObserver<P> = void Function(V2TXLivePlayerListenerType type, P? params)