Tizen WASM Player
Tizen TV WebAssembly Media Player extension allowing for a low-level elementary media stream playback.
emss_version_info.h
Go to the documentation of this file.
1 // Copyright 2020 Samsung Electronics
2 // TizenTV Emscripten extensions are available under two separate licenses, the
3 // MIT license and the University of Illinois/NCSA Open Source License. Both
4 // these licenses can be found in the LICENSE file.
5 
6 #ifndef INCLUDE_SAMSUNG_WASM_EMSS_VERSION_INFO_
7 #define INCLUDE_SAMSUNG_WASM_EMSS_VERSION_INFO_
8 
9 namespace samsung {
10 namespace wasm {
11 
20  bool has_emss;
21 
28 
32 
35 
41 
45 
48  static EmssVersionInfo Create();
49 };
50 
51 } // namespace wasm
52 } // namespace samsung
53 
54 #endif // INCLUDE_SAMSUNG_WASM_EMSS_VERSION_INFO_
bool has_decoding_mode
ElementaryMediaTrackConfig::decoding_mode is supported on this device.
static EmssVersionInfo Create()