Inherits CStructHdl< PVRStreamProperties, PVR_STREAM_PROPERTIES::PVR_STREAM >.
| Public Member Functions | |
| float | GetAspect () const | 
| To get with SetAspect() changed values.  More... | |
| int | GetBitRate () const | 
| To get with SetBitRate() changed values.  More... | |
| int | GetBitsPerSample () const | 
| To get with SetBitsPerSample() changed values.  More... | |
| int | GetBlockAlign () const | 
| To get with SetBlockAlign() changed values.  More... | |
| int | GetChannels () const | 
| To get with SetChannels() changed values.  More... | |
| unsigned int | GetCodecId () const | 
| To get with SetCodecId() changed values.  More... | |
| PVR_CODEC_TYPE | GetCodecType () const | 
| To get with SetCodecType() changed values.  More... | |
| int | GetFPSRate () const | 
| To get with SetFPSRate() changed values.  More... | |
| int | GetFPSScale () const | 
| To get with SetFPSScale() changed values.  More... | |
| int | GetHeight () const | 
| To get with SetHeight() changed values.  More... | |
| std::string | GetLanguage () const | 
| To get with SetLanguage() changed values.  More... | |
| unsigned int | GetPID () const | 
| To get with SetPID() changed values.  More... | |
| int | GetSampleRate () const | 
| To get with SetSampleRate() changed values.  More... | |
| int | GetSubtitleInfo () const | 
| To get with SetSubtitleInfo() changed values.  More... | |
| int | GetWidth () const | 
| To get with SetWidth() changed values.  More... | |
| void | SetAspect (float aspect) | 
| Display aspect ratio of the stream.  More... | |
| void | SetBitRate (int bitRate) | 
| Bit rate.  More... | |
| void | SetBitsPerSample (int bitsPerSample) | 
| Bits per sample.  More... | |
| void | SetBlockAlign (int blockAlign) | 
| Block alignment.  More... | |
| void | SetChannels (int channels) | 
| Amount of channels.  More... | |
| void | SetCodecId (unsigned int codecId) | 
| Codec id of this stream.  More... | |
| void | SetCodecType (PVR_CODEC_TYPE codecType) | 
| Codec type this stream.  More... | |
| void | SetFPSRate (int fpsRate) | 
| FPS rate.  More... | |
| void | SetFPSScale (int fpsScale) | 
| To set scale of 1000 and a rate of 29970 will result in 29.97 fps.  More... | |
| void | SetHeight (int height) | 
| Height of the stream reported by the demuxer.  More... | |
| void | SetLanguage (const std::string &language) | 
| 3 letter language id.  More... | |
| void | SetPID (unsigned int pid) | 
| PID.  More... | |
| void | SetSampleRate (int sampleRate) | 
| Sample rate.  More... | |
| void | SetSubtitleInfo (int subtitleInfo) | 
| Subtitle Info.  More... | |
| void | SetWidth (int width) | 
| Width of the stream reported by the demuxer.  More... | |
|  Public Member Functions inherited from CStructHdl< PVRStreamProperties, PVR_STREAM_PROPERTIES::PVR_STREAM > | |
| CStructHdl (const PVR_STREAM_PROPERTIES::PVR_STREAM *cStructure) | |
| CStructHdl (const PVRStreamProperties &cppClass) | |
| 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) | 
| Friends | |
| class | CInstancePVRClient | 
| Additional Inherited Members | |
|  Protected Attributes inherited from CStructHdl< PVRStreamProperties, PVR_STREAM_PROPERTIES::PVR_STREAM > | |
| PVR_STREAM_PROPERTIES::PVR_STREAM * | m_cStructure |