ZegoExpressEnginePlayer extension
Methods
- 
  enableCheckPoc(bool enable) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Enables or disables frame order detection.
- 
  enableHardwareDecoder(bool enable) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Enables or disables hardware decoding.
- 
  enableVideoSuperResolution(String streamID, bool enable) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Enable video super resolution.
- 
  initVideoSuperResolution() → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Init video super resolution.
- 
  isVideoDecoderSupported(ZegoVideoCodecID codecID, {ZegoVideoCodecBackend? codecBackend}) → Future< int> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Whether the specified video decoding format is supported.
- 
  muteAllPlayAudioStreams(bool mute) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Can the pull stream receive all audio data.
- 
  muteAllPlayStreamAudio(bool mute) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Can the pull stream receive all audio data. (When set to true, calling mutePlayStreamAudio will not take effect)
- 
  muteAllPlayStreamVideo(bool mute) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Can the pull stream receive all video data. (When set to true, calling mutePlayStreamVideo will not take effect)
- 
  muteAllPlayVideoStreams(bool mute) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Can the pull stream receive all video data.
- 
  mutePlayStreamAudio(String streamID, bool mute) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Whether the pull stream can receive the specified audio data.
- 
  mutePlayStreamVideo(String streamID, bool mute) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Whether the pull stream can receive the specified video data.
- 
  setAllPlayStreamVolume(int volume) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Sets the all stream playback volume.
- 
  setPlayStreamBufferIntervalRange(String streamID, int minBufferInterval, int maxBufferInterval) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Set the adaptive adjustment interval range of the buffer for playing stream.
- 
  setPlayStreamCrossAppInfo(String streamID, ZegoCrossAppInfo info) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Set up cross App playing stream information.
- 
  setPlayStreamDecryptionKey(String streamID, String key) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Set decryption key for the playing stream.
- 
  setPlayStreamFocusOn(String streamID) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Set the weight of the pull stream priority.
- 
  setPlayStreamsAlignmentProperty(ZegoStreamAlignmentMode mode) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Set the play stream alignment properties.
- 
  setPlayStreamVideoType(String streamID, ZegoVideoStreamType streamType) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Set play video stream type.
- 
  setPlayVolume(String streamID, int volume) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Sets the stream playback volume.
- 
  startPlayingStream(String streamID, {ZegoCanvas? canvas, ZegoPlayerConfig? config}) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Starts playing a stream from ZEGO RTC server or from third-party CDN. Support multi-room mode.
- 
  stopPlayingStream(String streamID) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Stops playing a stream.
- 
  switchPlayingStream(String fromStreamID, String toStreamID, ZegoPlayerConfig config) → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Switch from playing a certain stream to playing another stream.
- 
  takePlayStreamSnapshot(String streamID) → Future< ZegoPlayerTakeSnapshotResult> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Take a snapshot of the playing stream.
- 
  uninitVideoSuperResolution() → Future< void> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Uninit video super resolution.
- 
  updatePlayingCanvas(String streamID, ZegoCanvas canvas) → Future< int> 
- 
      Available on ZegoExpressEngine, provided by the ZegoExpressEnginePlayer extension Update playing canvas.