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
14
struct
EmssVersionInfo
{
20
bool
has_emss
;
21
27
bool
has_legacy_emss
;
28
31
bool
has_video_texture
;
32
34
bool
has_decoding_mode
;
35
40
bool
has_low_latency_video_texture
;
41
44
bool
has_ultra_low_latency
;
45
48
static
EmssVersionInfo
Create
();
49
};
50
51
}
// namespace wasm
52
}
// namespace samsung
53
54
#endif // INCLUDE_SAMSUNG_WASM_EMSS_VERSION_INFO_
samsung::wasm::EmssVersionInfo::has_low_latency_video_texture
bool has_low_latency_video_texture
Definition:
emss_version_info.h:40
samsung
Definition:
html_media_element.h:15
samsung::wasm::EmssVersionInfo::has_legacy_emss
bool has_legacy_emss
Definition:
emss_version_info.h:27
samsung::wasm::EmssVersionInfo
Definition:
emss_version_info.h:14
samsung::wasm::EmssVersionInfo::has_emss
bool has_emss
Definition:
emss_version_info.h:20
samsung::wasm::EmssVersionInfo::has_ultra_low_latency
bool has_ultra_low_latency
Definition:
emss_version_info.h:44
samsung::wasm::EmssVersionInfo::has_decoding_mode
bool has_decoding_mode
ElementaryMediaTrackConfig::decoding_mode is supported on this device.
Definition:
emss_version_info.h:34
samsung::wasm::EmssVersionInfo::has_video_texture
bool has_video_texture
Definition:
emss_version_info.h:31
samsung::wasm::EmssVersionInfo::Create
static EmssVersionInfo Create()
third_party
emscripten
system
include
samsung
wasm
emss_version_info.h
Generated by
1.8.13