|
Shaka Player Embedded
|
#include <data.h>
Classes | |
| class | Impl |
Public Member Functions | |
| Data (const Data &other)=delete | |
| Data (Data &&other) | |
| ~Data () | |
| Data & | operator= (const Data &other)=delete |
| Data & | operator= (Data &&other) |
| const uint8_t * | data () const |
| size_t | size () const |
Friends | |
| class | ClearKeyImplementationTest |
| class | js::eme::MediaKeys |
| class | js::eme::MediaKeySession |
Defines a wrapper around data passed into EME. This type will keep the backing data alive so long as this object is alive.
This type is not thread-safe.
|
delete |
|
default |
| const uint8_t * shaka::eme::Data::data | ( | ) | const |
| size_t shaka::eme::Data::size | ( | ) | const |
|
friend |
|
friend |
1.8.13