CMediaType Class Reference
#include <mtype.h>
List of all members.
Detailed Description
Definition at line 9 of file mtype.h.
Constructor & Destructor Documentation
| CMediaType::~CMediaType |
( |
|
) |
|
| CMediaType::CMediaType |
( |
|
) |
|
| CMediaType::CMediaType |
( |
const GUID * |
majortype |
) |
|
| CMediaType::CMediaType |
( |
const AM_MEDIA_TYPE & |
rt |
) |
|
Member Function Documentation
| CMediaType & CMediaType::operator= |
( |
const AM_MEDIA_TYPE & |
rt |
) |
|
| BOOL CMediaType::operator== |
( |
const CMediaType & |
rt |
) |
const |
| BOOL CMediaType::operator!= |
( |
const CMediaType & |
rt |
) |
const |
| BOOL CMediaType::IsValid |
( |
|
) |
const |
| const GUID* CMediaType::Type |
( |
|
) |
const [inline] |
| void CMediaType::SetType |
( |
const GUID * |
ptype |
) |
|
| const GUID* CMediaType::Subtype |
( |
|
) |
const [inline] |
| void CMediaType::SetSubtype |
( |
const GUID * |
ptype |
) |
|
| BOOL CMediaType::IsFixedSize |
( |
|
) |
const [inline] |
| BOOL CMediaType::IsTemporalCompressed |
( |
|
) |
const [inline] |
| ULONG CMediaType::GetSampleSize |
( |
|
) |
const |
| void CMediaType::SetSampleSize |
( |
ULONG |
sz |
) |
|
| void CMediaType::SetVariableSize |
( |
|
) |
|
| void CMediaType::SetTemporalCompression |
( |
BOOL |
bCompressed |
) |
|
| BYTE* CMediaType::Format |
( |
|
) |
const [inline] |
| ULONG CMediaType::FormatLength |
( |
|
) |
const [inline] |
| void CMediaType::SetFormatType |
( |
const GUID * |
pformattype |
) |
|
| const GUID* CMediaType::FormatType |
( |
|
) |
const [inline] |
| BOOL CMediaType::SetFormat |
( |
BYTE * |
pFormat, |
|
|
ULONG |
length | |
|
) |
| | |
| void CMediaType::ResetFormatBuffer |
( |
|
) |
|
| BYTE * CMediaType::AllocFormatBuffer |
( |
ULONG |
length |
) |
|
| BYTE * CMediaType::ReallocFormatBuffer |
( |
ULONG |
length |
) |
|
| void CMediaType::InitMediaType |
( |
|
) |
|
| BOOL CMediaType::MatchesPartial |
( |
const CMediaType * |
ppartial |
) |
const |
| BOOL CMediaType::IsPartiallySpecified |
( |
void |
|
) |
const |
The documentation for this class was generated from the following files:
- D:/opendownloadmanager/ODM-1.x/Include.Add/DShow/mtype.h
- D:/opendownloadmanager/ODM-1.x/Include.Add/DShow/mtype.cpp