ZegoLiveRoom
Public Member Functions | List of all members
AVE::IMediaPlayer::VideoSourceCallback Class Referenceabstract

#include <media_player.h>

Public Member Functions

virtual int Open (const char *path)=0
 
virtual void Close ()=0
 
virtual int Read (unsigned char *buf, int size)=0
 
virtual long long Seek (long long pos, int seekMode)=0
 
virtual long long GetSize ()=0
 

Member Function Documentation

◆ Close()

virtual void AVE::IMediaPlayer::VideoSourceCallback::Close ( )
pure virtual

◆ GetSize()

virtual long long AVE::IMediaPlayer::VideoSourceCallback::GetSize ( )
pure virtual

◆ Open()

virtual int AVE::IMediaPlayer::VideoSourceCallback::Open ( const char *  path)
pure virtual

◆ Read()

virtual int AVE::IMediaPlayer::VideoSourceCallback::Read ( unsigned char *  buf,
int  size 
)
pure virtual

◆ Seek()

virtual long long AVE::IMediaPlayer::VideoSourceCallback::Seek ( long long  pos,
int  seekMode 
)
pure virtual

The documentation for this class was generated from the following file: