|
Tizen WASM Player
Tizen TV WebAssembly Media Player extension allowing for a low-level elementary media stream playback.
|
| ▼Nsamsung | |
| ▼Nhtml | |
| CHTMLMediaElement | Wraps HTMLMediaElement so that it can be used in WebAssembly code |
| CHTMLMediaElementListener | Allows receiving HTMLMediaElement events |
| ▼Nwasm | |
| CDRMConfig | Aggregates all data necessary for setting up decryption |
| CElementaryAudioTrackConfig | |
| CElementaryMediaPacket | Type representing a single packet (video or audio) |
| CElementaryMediaStreamSource | Main class of WASM Player. ElementaryMediaStreamSource acts as a data source for html::HTMLMediaElement |
| CElementaryMediaStreamSourceListener | Allows receiving ElementaryMediaStreamSource events |
| CElementaryMediaTrack | Tracks are used to deliver either audio or video frames to WASM Player |
| CElementaryMediaTrackConfig | Common part of audio and video configs |
| CElementaryMediaTrackListener | Allows receiving ElementaryMediaTrack events |
| CElementaryVideoTrackConfig | Contains video ElementaryMediaTrack config |
| CEmssVersionInfo | |
| CEncryptedElementaryMediaPacket | Type representing a single encrypted packet (either video or audio) |
| CEncryptedSubsampleDescription | |
| CMediaKey | Class representing an instance of media keys used to decrypt content |
| CResult |