28   int32_t current_angle = -1;
    32   int8_t audio_num = -1;
    34   bool sub_enabled = 
false;
    54   bool XMLToDVDState(
DVDState& state, 
const std::string& xmlstate);
    61   bool DVDStateToXML(std::string& xmlstate, 
const DVDState& state);
    69   void AddXMLElement(tinyxml2::XMLElement& root, 
const std::string& name, 
const std::string& value);
 Pod structure which represents the current dvd state with respect to dvdnav properties. 
Definition: DVDStateSerializer.h:19
Definition: SkinTimerManager.h:18
Auxiliar class to serialize/deserialize the dvd state (into/from XML) 
Definition: DVDStateSerializer.h:39