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

#include <WebVTTHandler.h>

Public Member Functions

 webvttCssStyle ()
 
 webvttCssStyle (WebvttSelector selectorType, const std::string &selectorName, const std::string &colorHexRGB)
 

Public Attributes

WebvttSelector m_selectorType = WebvttSelector::ANY
 
std::string m_selectorName
 
std::string m_color
 
bool m_isFontBold = false
 
bool m_isFontItalic = false
 
bool m_isFontUnderline = false
 

Constructor & Destructor Documentation

◆ webvttCssStyle() [1/2]

webvttCssStyle::webvttCssStyle ( )
inline

◆ webvttCssStyle() [2/2]

webvttCssStyle::webvttCssStyle ( WebvttSelector selectorType,
const std::string & selectorName,
const std::string & colorHexRGB )
inline

Member Data Documentation

◆ m_color

std::string webvttCssStyle::m_color

◆ m_isFontBold

bool webvttCssStyle::m_isFontBold = false

◆ m_isFontItalic

bool webvttCssStyle::m_isFontItalic = false

◆ m_isFontUnderline

bool webvttCssStyle::m_isFontUnderline = false

◆ m_selectorName

std::string webvttCssStyle::m_selectorName

◆ m_selectorType

WebvttSelector webvttCssStyle::m_selectorType = WebvttSelector::ANY

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