Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Pod structure which represents the current dvd state with respect to dvdnav properties. More...
#include <DVDStateSerializer.h>
Public Attributes | |
int32_t | title = -1 |
int32_t | pgn = -1 |
int32_t | pgcn = -1 |
int32_t | current_angle = -1 |
int8_t | subp_num = -1 |
int8_t | audio_num = -1 |
bool | sub_enabled = false |
Pod structure which represents the current dvd state with respect to dvdnav properties.
int8_t DVDState::audio_num = -1 |
Physical audio stream id set in dvdnav
int32_t DVDState::current_angle = -1 |
Current playing angle
int32_t DVDState::pgcn = -1 |
Program cell number
int32_t DVDState::pgn = -1 |
Program number
bool DVDState::sub_enabled = false |
If subtitles are enabled or disabled
int8_t DVDState::subp_num = -1 |
Physical subtitle id set in dvdnav
int32_t DVDState::title = -1 |
The current title being played