|
Public Attributes |
| int | nType |
| | - Description:
- MEDIA_TYPE_* flags.
|
| String | zName |
| | - Description:
- Internal codec name.
|
| bool | bVBR |
| | - Description:
- Whether the stream has a variable bitrate
|
| int | nBitRate |
| | - Description:
- Bit rate of this stream.
|
| int | nSampleResolution |
| | - Description:
- Audio only : The resolution of one sample.
|
| int | nSampleRate |
| | - Description:
- Audio only : The sample rate of the stream.
|
| int | nChannels |
| | - Description:
- Audio only : Number of audio channels.
|
| bool | bVFR |
| | - Description:
- Whether the stream has a variable framerate
|
| double | vFrameRate |
| | - Description:
- Video only : Framerate
|
| int | nWidth |
| | - Description:
- Video only : Width of the video picture.
|
| int | nHeight |
| | - Description:
- Video only : Height of the video picture.
|
| color_space | eColorSpace |
| | - Description:
- Video only : Colorspace of the video picture.
|
| void * | pPrivate |
| | - Description:
- Private data for communication between the input and the codec
|