|
Shaka Player Embedded
|
#include <media_capabilities.h>
Public Member Functions | |
| KeySystemTrackConfiguration () | |
| KeySystemTrackConfiguration (const KeySystemTrackConfiguration &) | |
| KeySystemTrackConfiguration (KeySystemTrackConfiguration &&) | |
| ~ KeySystemTrackConfiguration () | |
| KeySystemTrackConfiguration & | operator= (const KeySystemTrackConfiguration &) |
| KeySystemTrackConfiguration & | operator= (KeySystemTrackConfiguration &&) |
Public Attributes | |
| std::string | robustness |
Definition at line 150 of file media_capabilities.h.
| shaka::media::KeySystemTrackConfiguration::KeySystemTrackConfiguration | ( | ) |
| shaka::media::KeySystemTrackConfiguration::KeySystemTrackConfiguration | ( | const KeySystemTrackConfiguration & | ) |
| shaka::media::KeySystemTrackConfiguration::KeySystemTrackConfiguration | ( | KeySystemTrackConfiguration && | ) |
| shaka::media::KeySystemTrackConfiguration::~ KeySystemTrackConfiguration | ( | ) |
| KeySystemTrackConfiguration& shaka::media::KeySystemTrackConfiguration::operator= | ( | const KeySystemTrackConfiguration & | ) |
| KeySystemTrackConfiguration& shaka::media::KeySystemTrackConfiguration::operator= | ( | KeySystemTrackConfiguration && | ) |
| std::string shaka::media::KeySystemTrackConfiguration::robustness |
The EME robustness requirement.
Definition at line 154 of file media_capabilities.h.
1.8.13