AVFormatReader
AVFormatReader::Stream::GetMetaData(BMessage* data)
AVFormatReader::Stream::GetStreamInfo(int64* frameCount,
AVFormatReader::Stream::FindKeyFrame(uint32 flags, int64* frame,
AVFormatReader::Stream::Seek(uint32 flags, int64* frame, bigtime_t* time)
AVFormatReader::AVFormatReader()
AVFormatReader::~AVFormatReader()
AVFormatReader::Copyright()
AVFormatReader::Sniff(int32* _streamCount)
AVFormatReader::GetFileFormatInfo(media_file_format* mff)
AVFormatReader::GetMetaData(BMessage* _data)
AVFormatReader::AllocateCookie(int32 streamIndex, void** _cookie)
AVFormatReader::FreeCookie(void *_cookie)
AVFormatReader::GetStreamInfo(void* _cookie, int64* frameCount,
AVFormatReader::GetStreamMetaData(void* _cookie, BMessage* _data)
AVFormatReader::Seek(void* _cookie, uint32 seekTo, int64* frame,
AVFormatReader::FindKeyFrame(void* _cookie, uint32 flags, int64* frame,
AVFormatReader::GetNextChunk(void* _cookie, const void** chunkBuffer,
class AVFormatReader::Stream : public StreamBase {
AVFormatReader::Stream::Stream(BMediaIO* source, BLocker* streamLock)
AVFormatReader::Stream::~Stream()
AVFormatReader::Stream::Init(int32 virtualIndex)
class AVFormatReader : public Reader {
AVFormatReader();
~AVFormatReader();
return new(std::nothrow) AVFormatReader();