6 #ifndef INCLUDE_SAMSUNG_WASM_MEDIA_KEY_H_ 7 #define INCLUDE_SAMSUNG_WASM_MEDIA_KEY_H_ 120 #endif // INCLUDE_SAMSUNG_WASM_MEDIA_KEY_H_ std::string license_server
URL of license server providing keys required to decrypt media.
Robustness video_robustness
Robustness of video track. Unused if video is not encrypted.
Pattern encryption AESCBC mode.
EncryptionMode encryption_mode
Encryption mode used by content.
Full sample encryption AESCTR mode.
ContentDecryptionModule
Lists Content Decryption Modules recognized by WASM Player.
Aggregates all data necessary for setting up decryption.
ContentDecryptionModule cdm
CDM used by content.
std::string audio_mime_type
Mime type of encrypted audio or empty string if audio is not encrypted.
std::string video_mime_type
Mime type of encrypted video or empty string if video is not encrypted.
Robustness audio_robustness
Robustness of audio track. Unused if audio is not encrypted.
Robustness
Lists robustness levels recognized by WASM Player.
std::vector< uint8_t > init_data
Buffer containing DRM-specific initialization data.
EncryptionMode
Lists encryption modes recognized by WASM Player.