virtual void GetVideoInfo(VideoInfo* info) = 0;
GetVideoInfo retrieves the information of the video file being played.
Note: This method can only be called after the status of the movie has changed to Ready status.
Parameters |
Description |
VideoInfo* info |
Pointer to VideoInfo structure containing information of the video. |