Tizen WASM Player
Tizen TV WebAssembly Media Player extension allowing for a low-level elementary media stream playback.
session_id.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_SESSION_ID_H_
7
#define INCLUDE_SAMSUNG_WASM_SESSION_ID_H_
8
9
#include <cstdint>
10
11
#include "
samsung/wasm/common.h
"
12
#include "
samsung/wasm/operation_result.h
"
13
14
namespace
samsung
{
15
namespace
wasm {
16
25
using
SessionId
= int32_t;
26
29
extern
const
SessionId
kIgnoreSessionId
;
30
31
}
// namespace wasm
32
}
// namespace samsung
33
34
#endif // INCLUDE_SAMSUNG_WASM_SESSION_ID_H_
samsung
Definition:
html_media_element.h:15
operation_result.h
samsung::wasm::SessionId
int32_t SessionId
Definition:
session_id.h:25
samsung::wasm::kIgnoreSessionId
const SessionId kIgnoreSessionId
common.h
third_party
emscripten
system
include
samsung
wasm
session_id.h
Generated by
1.8.13