PVR stream properties
All information about a respective stream is stored in this, so that Kodi can process the data given by the addon after demux.
More...
PVR stream properties
All information about a respective stream is stored in this, so that Kodi can process the data given by the addon after demux.
@ingroup cpp_kodi_addon_pvr_Defs_Stream_PVRStreamProperties
The following table contains values that can be set with class PVRStreamProperties :
◆ GetAspect()
float kodi::addon::PVRStreamProperties::GetAspect |
( |
| ) |
const |
|
inline |
◆ GetBitRate()
int kodi::addon::PVRStreamProperties::GetBitRate |
( |
| ) |
const |
|
inline |
◆ GetBitsPerSample()
int kodi::addon::PVRStreamProperties::GetBitsPerSample |
( |
| ) |
const |
|
inline |
◆ GetBlockAlign()
int kodi::addon::PVRStreamProperties::GetBlockAlign |
( |
| ) |
const |
|
inline |
◆ GetChannels()
int kodi::addon::PVRStreamProperties::GetChannels |
( |
| ) |
const |
|
inline |
◆ GetCodecId()
unsigned int kodi::addon::PVRStreamProperties::GetCodecId |
( |
| ) |
const |
|
inline |
◆ GetCodecType()
PVR_CODEC_TYPE kodi::addon::PVRStreamProperties::GetCodecType |
( |
| ) |
const |
|
inline |
◆ GetFPSRate()
int kodi::addon::PVRStreamProperties::GetFPSRate |
( |
| ) |
const |
|
inline |
◆ GetFPSScale()
int kodi::addon::PVRStreamProperties::GetFPSScale |
( |
| ) |
const |
|
inline |
◆ GetHeight()
int kodi::addon::PVRStreamProperties::GetHeight |
( |
| ) |
const |
|
inline |
◆ GetLanguage()
std::string kodi::addon::PVRStreamProperties::GetLanguage |
( |
| ) |
const |
|
inline |
◆ GetPID()
unsigned int kodi::addon::PVRStreamProperties::GetPID |
( |
| ) |
const |
|
inline |
◆ GetSampleRate()
int kodi::addon::PVRStreamProperties::GetSampleRate |
( |
| ) |
const |
|
inline |
◆ GetSubtitleInfo()
int kodi::addon::PVRStreamProperties::GetSubtitleInfo |
( |
| ) |
const |
|
inline |
◆ GetWidth()
int kodi::addon::PVRStreamProperties::GetWidth |
( |
| ) |
const |
|
inline |
◆ SetAspect()
void kodi::addon::PVRStreamProperties::SetAspect |
( |
float | aspect | ) |
|
|
inline |
Display aspect ratio of the stream.
◆ SetBitRate()
void kodi::addon::PVRStreamProperties::SetBitRate |
( |
int | bitRate | ) |
|
|
inline |
◆ SetBitsPerSample()
void kodi::addon::PVRStreamProperties::SetBitsPerSample |
( |
int | bitsPerSample | ) |
|
|
inline |
◆ SetBlockAlign()
void kodi::addon::PVRStreamProperties::SetBlockAlign |
( |
int | blockAlign | ) |
|
|
inline |
◆ SetChannels()
void kodi::addon::PVRStreamProperties::SetChannels |
( |
int | channels | ) |
|
|
inline |
◆ SetCodecId()
void kodi::addon::PVRStreamProperties::SetCodecId |
( |
unsigned int | codecId | ) |
|
|
inline |
◆ SetCodecType()
◆ SetFPSRate()
void kodi::addon::PVRStreamProperties::SetFPSRate |
( |
int | fpsRate | ) |
|
|
inline |
◆ SetFPSScale()
void kodi::addon::PVRStreamProperties::SetFPSScale |
( |
int | fpsScale | ) |
|
|
inline |
To set scale of 1000 and a rate of 29970 will result in 29.97 fps.
◆ SetHeight()
void kodi::addon::PVRStreamProperties::SetHeight |
( |
int | height | ) |
|
|
inline |
Height of the stream reported by the demuxer.
◆ SetLanguage()
void kodi::addon::PVRStreamProperties::SetLanguage |
( |
const std::string & | language | ) |
|
|
inline |
◆ SetPID()
void kodi::addon::PVRStreamProperties::SetPID |
( |
unsigned int | pid | ) |
|
|
inline |
◆ SetSampleRate()
void kodi::addon::PVRStreamProperties::SetSampleRate |
( |
int | sampleRate | ) |
|
|
inline |
◆ SetSubtitleInfo()
void kodi::addon::PVRStreamProperties::SetSubtitleInfo |
( |
int | subtitleInfo | ) |
|
|
inline |
◆ SetWidth()
void kodi::addon::PVRStreamProperties::SetWidth |
( |
int | width | ) |
|
|
inline |
Width of the stream reported by the demuxer.