Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
DVDState Struct Reference

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
 

Detailed Description

Pod structure which represents the current dvd state with respect to dvdnav properties.

Member Data Documentation

◆ audio_num

int8_t DVDState::audio_num = -1

Physical audio stream id set in dvdnav

◆ current_angle

int32_t DVDState::current_angle = -1

Current playing angle

◆ pgcn

int32_t DVDState::pgcn = -1

Program cell number

◆ pgn

int32_t DVDState::pgn = -1

Program number

◆ sub_enabled

bool DVDState::sub_enabled = false

If subtitles are enabled or disabled

◆ subp_num

int8_t DVDState::subp_num = -1

Physical subtitle id set in dvdnav

◆ title

int32_t DVDState::title = -1

The current title being played


The documentation for this struct was generated from the following file: