Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Describes a media sample type.
typedef struct _MediaType{ GUID majortype ; GUID subtype ; BOOL bFixedSizeSamples ; BOOL bTemporalCompression ; ULONG lSampleSize ; GUID formattype ; IUnknown * pUnk ; ULONG cbFormat ; /* [size_is] */ BYTE __RPC_FAR * pbFormat ; } AM_MEDIA_TYPE;
Members
Format type | Structure pointed to |
---|---|
FORMAT_MPEGVideo | MPEG1VIDEOINFO |
FORMAT_VideoInfo | VIDEOINFOHEADER |
FORMAT_WaveFormatEx | WAVEFORMATEX |
FORMAT_MPEG2Video | MPEG2VIDEOINFO |
FORMAT_VideoInfo2 | VIDEOINFOHEADER2 |