
Use to set or get codec used and codec params
See samples: codecExamples.py, render.py.
Public Member Functions |
|
| GetCodecIdList (str pFileFormatInfo, FBStringList pCodecList) | |
| GetCodecIdList. |
|
| str | GetDefaultCodec (str pFileFormatInfo) |
| GetDefaultCodec. |
|
| SetDefaultCodec (str pFileFormatInfo, str pCodecId) | |
| SetDefaultCodec. |
|
Public Attributes |
|
| FBVideoCodecMode | VideoCodecMode |
| Read Write Property: This decide how
the system behaves when ask to render a file (codec dialog,
uncompress, use default codec) |
|
| GetCodecIdList | ( | str | pFileFormatInfo, | |
| FBStringList | pCodecList | |||
| ) |
GetCodecIdList.
Get all codec id available for a given file format.
| pFileFormatInfo | file format description string (AVI, MOV...) | |
| pCodecList | Codec list id |
GetDefaultCodec.
Get the default codec id for a given file format. This is the codec that will be used if codec mode is FBVideoCodecUseDefault
| pFileFormatInfo | file format description string (AVI, MOV...) |
SetDefaultCodec.
Set the default codec id for a given file format. This is the codec that will be used if codec mode is FBVideoCodecUseDefault
| pFileFormatInfo | file format description string (AVI, MOV...) | |
| pCodecId | the codec id to set as default |
Read Write Property: This decide how the system behaves when ask to render a file (codec dialog, uncompress, use default codec)
1.5.3