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

#include <VideoPlayer.h>

Public Attributes

CCriticalSection m_section
 
CSelectionStreams m_selectionStreams
 
std::vector< ProgramInfom_programs
 
int m_videoIndex {-1}
 
int m_audioIndex {-1}
 
int m_subtitleIndex {-1}
 

Member Data Documentation

◆ m_audioIndex

int CVideoPlayer::SContent::m_audioIndex {-1}

◆ m_programs

std::vector<ProgramInfo> CVideoPlayer::SContent::m_programs

◆ m_section

CCriticalSection CVideoPlayer::SContent::m_section
mutable

◆ m_selectionStreams

CSelectionStreams CVideoPlayer::SContent::m_selectionStreams

◆ m_subtitleIndex

int CVideoPlayer::SContent::m_subtitleIndex {-1}

◆ m_videoIndex

int CVideoPlayer::SContent::m_videoIndex {-1}

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