ReactOS 0.4.16-dev-136-g52192f1
|
Public Attributes | |
LONG | m_Ref |
BOOL | m_bMediaTimeValid |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 11 of file mediasample.cpp.
CMediaSample::CMediaSample | ( | IMemAllocator * | Allocator, |
BYTE * | Buffer, | ||
LONG | BufferSize | ||
) |
Definition at line 80 of file mediasample.cpp.
|
inlinevirtual |
Definition at line 55 of file mediasample.cpp.
long STDMETHODCALLTYPE CMediaSample::GetActualDataLength | ( | void | ) |
Implements IMediaSample.
Definition at line 247 of file mediasample.cpp.
HRESULT STDMETHODCALLTYPE CMediaSample::GetMediaTime | ( | LONGLONG * | pTimeStart, |
LONGLONG * | pTimeEnd | ||
) |
Implements IMediaSample.
Definition at line 307 of file mediasample.cpp.
HRESULT STDMETHODCALLTYPE CMediaSample::GetMediaType | ( | AM_MEDIA_TYPE ** | ppMediaType | ) |
Definition at line 265 of file mediasample.cpp.
HRESULT STDMETHODCALLTYPE CMediaSample::GetPointer | ( | BYTE ** | ppBuffer | ) |
Implements IMediaSample.
Definition at line 133 of file mediasample.cpp.
long STDMETHODCALLTYPE CMediaSample::GetSize | ( | void | ) |
Implements IMediaSample.
Definition at line 145 of file mediasample.cpp.
HRESULT STDMETHODCALLTYPE CMediaSample::GetTime | ( | REFERENCE_TIME * | pTimeStart, |
REFERENCE_TIME * | pTimeEnd | ||
) |
Implements IMediaSample.
Definition at line 152 of file mediasample.cpp.
HRESULT STDMETHODCALLTYPE CMediaSample::IsDiscontinuity | ( | void | ) |
HRESULT STDMETHODCALLTYPE CMediaSample::IsPreroll | ( | void | ) |
HRESULT STDMETHODCALLTYPE CMediaSample::IsSyncPoint | ( | void | ) |
HRESULT STDMETHODCALLTYPE CMediaSample::QueryInterface | ( | REFIID | InterfaceId, |
PVOID * | Interface | ||
) |
Definition at line 105 of file mediasample.cpp.
HRESULT STDMETHODCALLTYPE CMediaSample::SetActualDataLength | ( | long | Length | ) |
HRESULT STDMETHODCALLTYPE CMediaSample::SetDiscontinuity | ( | BOOL | bDiscontinuity | ) |
Implements IMediaSample.
Definition at line 295 of file mediasample.cpp.
HRESULT STDMETHODCALLTYPE CMediaSample::SetMediaTime | ( | LONGLONG * | pTimeStart, |
LONGLONG * | pTimeEnd | ||
) |
Implements IMediaSample.
Definition at line 323 of file mediasample.cpp.
HRESULT STDMETHODCALLTYPE CMediaSample::SetMediaType | ( | AM_MEDIA_TYPE * | pMediaType | ) |
Definition at line 279 of file mediasample.cpp.
HRESULT STDMETHODCALLTYPE CMediaSample::SetPreroll | ( | BOOL | bIsPreroll | ) |
Implements IMediaSample.
Definition at line 235 of file mediasample.cpp.
HRESULT STDMETHODCALLTYPE CMediaSample::SetSyncPoint | ( | BOOL | bIsSyncPoint | ) |
Implements IMediaSample.
Definition at line 216 of file mediasample.cpp.
HRESULT STDMETHODCALLTYPE CMediaSample::SetTime | ( | REFERENCE_TIME * | pTimeStart, |
REFERENCE_TIME * | pTimeEnd | ||
) |
Implements IMediaSample.
Definition at line 184 of file mediasample.cpp.
|
inline |
Definition at line 16 of file mediasample.cpp.
|
inline |
Definition at line 21 of file mediasample.cpp.
|
protected |
Definition at line 61 of file mediasample.cpp.
Referenced by GetActualDataLength(), and SetActualDataLength().
|
protected |
Definition at line 63 of file mediasample.cpp.
Referenced by STDMETHODIMP_().
BOOL CMediaSample::m_bMediaTimeValid |
Definition at line 75 of file mediasample.cpp.
Referenced by GetMediaTime(), and SetMediaTime().
|
protected |
Definition at line 60 of file mediasample.cpp.
Referenced by GetPointer().
|
protected |
Definition at line 62 of file mediasample.cpp.
Referenced by GetSize(), and SetActualDataLength().
|
protected |
Definition at line 58 of file mediasample.cpp.
Referenced by GetTime(), IsDiscontinuity(), IsPreroll(), IsSyncPoint(), SetDiscontinuity(), SetPreroll(), SetSyncPoint(), and SetTime().
|
protected |
Definition at line 67 of file mediasample.cpp.
Referenced by GetMediaTime(), and SetMediaTime().
|
protected |
Definition at line 68 of file mediasample.cpp.
Referenced by GetMediaTime(), and SetMediaTime().
|
protected |
Definition at line 69 of file mediasample.cpp.
Referenced by GetMediaType().
|
protected |
Definition at line 64 of file mediasample.cpp.
LONG CMediaSample::m_Ref |
Definition at line 73 of file mediasample.cpp.
Referenced by STDMETHODIMP_().
|
protected |
Definition at line 65 of file mediasample.cpp.
|
protected |
Definition at line 66 of file mediasample.cpp.
|
protected |
Definition at line 70 of file mediasample.cpp.
|
protected |
Definition at line 59 of file mediasample.cpp.