|
Tizen WASM Player
Tizen TV WebAssembly Media Player extension allowing for a low-level elementary media stream playback.
|
Type representing a single encrypted packet (either video or audio). More...
#include <encrypted_elementary_media_packet.h>


Public Attributes | |
| std::vector< EncryptedSubsampleDescription > | subsamples |
| std::vector< uint8_t > | key_id |
| ID of the key (KID) needed to decrypt the packet. More... | |
| std::vector< uint8_t > | initialization_vector |
| Initialization Vector (IV) needed to decrypt the packet. More... | |
| EncryptionMode | encryption_mode |
| Type of initialization data used for encryption. More... | |
Public Attributes inherited from samsung::wasm::ElementaryMediaPacket | |
| Seconds | pts |
| Seconds | dts |
| Seconds | duration |
| Duration of the packet. More... | |
| bool | is_key_frame |
| Whether the packet represents a key frame. More... | |
| size_t | data_size |
Size of data in bytes. More... | |
| const void * | data |
| Base address of buffer containing data of the packet. More... | |
| uint32_t | width |
| uint32_t | height |
| uint32_t | framerate_num |
| uint32_t | framerate_den |
| SessionId | session_id |
Type representing a single encrypted packet (either video or audio).
Definition at line 25 of file encrypted_elementary_media_packet.h.
| EncryptionMode samsung::wasm::EncryptedElementaryMediaPacket::encryption_mode |
Type of initialization data used for encryption.
Definition at line 38 of file encrypted_elementary_media_packet.h.
| std::vector<uint8_t> samsung::wasm::EncryptedElementaryMediaPacket::initialization_vector |
Initialization Vector (IV) needed to decrypt the packet.
Definition at line 35 of file encrypted_elementary_media_packet.h.
| std::vector<uint8_t> samsung::wasm::EncryptedElementaryMediaPacket::key_id |
ID of the key (KID) needed to decrypt the packet.
Definition at line 32 of file encrypted_elementary_media_packet.h.
| std::vector<EncryptedSubsampleDescription> samsung::wasm::EncryptedElementaryMediaPacket::subsamples |
Array of descriptions of subsamples of which given packet consists of.
EncryptedSubsampleDescription Definition at line 29 of file encrypted_elementary_media_packet.h.