Functions | |
| static PBITMAPINFOHEADER | GetPbmiHeader (const CMediaType *pMediaType) |
| Get a pointer to the BITMAPINFOHEADER present in pMediaType. | |
| static WORD | GetInterlaceFlags (const CMediaType *pMediaType) |
| Get Interlace Flags. | |
| static BOOL | GetInterlaceFlags (const CMediaType *pMediaType, WORD flag) |
| Get flag of Interlace Flags. | |
| static BOOL | IsInterlaced (const CMediaType *pMediaType) |
| Is JP2K_Field1First set in Interlace Flags. | |
| static BOOL | GetField1First (const CMediaType *pMediaType) |
| Is JP2K_Field1First set in Interlace Flags. | |
| static BOOL | GetFieldsSize (const CMediaType *pMediaType, PDWORD pSizeField1, PDWORD pSizeField2) |
| Get pointers to SizeField1 and SizeField2 of a JPEG2000INFOHEADER2, a JPEG2000INFOHEADER or a MJ2CINFOHEADER which extents the BITMAPINFOHEADER present in pMediaType. | |
| static BOOL | SetFieldsSize (const CMediaType *pMediaType, DWORD dwSizeField1, DWORD dwSizeField2) |
| Set values of SizeField1 and SizeField2 in a JPEG2000INFOHEADER2, a JPEG2000INFOHEADER or a MJ2CINFOHEADER which extents the BITMAPINFOHEADER present in pMediaType. | |
Requires CMediaType to be already defined (MtType.h).
Requires VIDEOINFOHEADER2 to be already defined (DVDMedia.h).
Your DirectShow project should do includes in this order:
#include <streams.h> #include <dvdmedia.h> #include "JPEG2000.h"
|
|
Get a pointer to the BITMAPINFOHEADER present in pMediaType.
|
Here is the call graph for this function:

|
|
Get Interlace Flags.
|
|
||||||||||||
|
Get flag of Interlace Flags.
|
|
|
Is JP2K_Field1First set in Interlace Flags.
|
|
|
Is JP2K_Field1First set in Interlace Flags.
|
|
||||||||||||||||
|
Get pointers to SizeField1 and SizeField2 of a JPEG2000INFOHEADER2, a JPEG2000INFOHEADER or a MJ2CINFOHEADER which extents the BITMAPINFOHEADER present in pMediaType.
|
|
||||||||||||||||
|
Set values of SizeField1 and SizeField2 in a JPEG2000INFOHEADER2, a JPEG2000INFOHEADER or a MJ2CINFOHEADER which extents the BITMAPINFOHEADER present in pMediaType.
|
|
© Morgan Multimedia 1990-2005 |