getMediaInfo abstract method

Future<ZegoMediaPlayerMediaInfo> getMediaInfo()

Get meida information such as video resolution from media file.

Available since: 3.6.0 Description: Get meida information such as video resolution from media file. When to call: It can be called after the engine by createEngine has been initialized and the media player has been created by createMediaPlayer. Restrictions: None.

Implementation

Future<ZegoMediaPlayerMediaInfo> getMediaInfo();