|
float | GetAspect () const |
| To get with SetAspect() changed values.
|
|
int | GetBitRate () const |
| To get with SetBitRate() changed values.
|
|
int | GetBitsPerSample () const |
| To get with SetBitsPerSample() changed values.
|
|
int | GetBlockAlign () const |
| To get with SetBlockAlign() changed values.
|
|
int | GetChannels () const |
| To get with SetChannels() changed values.
|
|
unsigned int | GetCodecId () const |
| To get with SetCodecId() changed values.
|
|
PVR_CODEC_TYPE | GetCodecType () const |
| To get with SetCodecType() changed values.
|
|
int | GetFPSRate () const |
| To get with SetFPSRate() changed values.
|
|
int | GetFPSScale () const |
| To get with SetFPSScale() changed values.
|
|
int | GetHeight () const |
| To get with SetHeight() changed values.
|
|
std::string | GetLanguage () const |
| To get with SetLanguage() changed values.
|
|
unsigned int | GetPID () const |
| To get with SetPID() changed values.
|
|
int | GetSampleRate () const |
| To get with SetSampleRate() changed values.
|
|
int | GetSubtitleInfo () const |
| To get with SetSubtitleInfo() changed values.
|
|
int | GetWidth () const |
| To get with SetWidth() changed values.
|
|
void | SetAspect (float aspect) |
| Display aspect ratio of the stream.
|
|
void | SetBitRate (int bitRate) |
| Bit rate.
|
|
void | SetBitsPerSample (int bitsPerSample) |
| Bits per sample.
|
|
void | SetBlockAlign (int blockAlign) |
| Block alignment.
|
|
void | SetChannels (int channels) |
| Amount of channels.
|
|
void | SetCodecId (unsigned int codecId) |
| Codec id of this stream.
|
|
void | SetCodecType (PVR_CODEC_TYPE codecType) |
| Codec type this stream.
|
|
void | SetFPSRate (int fpsRate) |
| FPS rate.
|
|
void | SetFPSScale (int fpsScale) |
| To set scale of 1000 and a rate of 29970 will result in 29.97 fps.
|
|
void | SetHeight (int height) |
| Height of the stream reported by the demuxer.
|
|
void | SetLanguage (const std::string &language) |
| 3 letter language id.
|
|
void | SetPID (unsigned int pid) |
| PID.
|
|
void | SetSampleRate (int sampleRate) |
| Sample rate.
|
|
void | SetSubtitleInfo (int subtitleInfo) |
| Subtitle Info.
|
|
void | SetWidth (int width) |
| Width of the stream reported by the demuxer.
|
|
| CStructHdl (const CStructHdl &cppClass) |
|
| CStructHdl (const PVR_STREAM_PROPERTIES::PVR_STREAM *cStructure) |
|
| CStructHdl (PVR_STREAM_PROPERTIES::PVR_STREAM *cStructure) |
|
const PVR_STREAM_PROPERTIES::PVR_STREAM * | GetCStructure () const |
|
| operator const PVR_STREAM_PROPERTIES::PVR_STREAM * () const |
|
| operator PVR_STREAM_PROPERTIES::PVR_STREAM * () |
|
const CStructHdl & | operator= (const CStructHdl &right) |
|
const CStructHdl & | operator= (const PVR_STREAM_PROPERTIES::PVR_STREAM &right) |
|
PVR_STREAM_PROPERTIES::PVR_STREAM * | release () |
|