Class for the ID3 Metadata Event.
More...
#include <AampEvent.h>
|
| std::vector< uint8_t > | mMetadata |
| |
|
std::string | mSchemeIdUri |
| |
|
std::string | mValue |
| |
|
uint32_t | mTimeScale |
| |
|
uint64_t | mPresentationTime |
| |
|
uint32_t | mEventDuration |
| |
|
uint32_t | mId |
| |
|
uint64_t | mTimestampOffset |
| |
Class for the ID3 Metadata Event.
Definition at line 1814 of file AampEvent.h.
◆ ID3MetadataEvent()
| ID3MetadataEvent::ID3MetadataEvent |
( |
const std::vector< uint8_t > & |
metadata, |
|
|
const std::string & |
schIDUri, |
|
|
std::string & |
id3Value, |
|
|
uint32_t |
timeScale, |
|
|
uint64_t |
presentationTime, |
|
|
uint32_t |
eventDuration, |
|
|
uint32_t |
id, |
|
|
uint64_t |
timestampOffset |
|
) |
| |
ID3MetadataEvent.
ID3MetadataEvent Constructor.
- Parameters
-
| [in] | metadata | - ID3 metadata |
| [in] | timeScale | - timeScale od ID3 data |
| [in] | presentationTime | - PTS value |
| [in] | eventDuration | - eventDuration |
| [in] | id | - id of ID3 data |
| [in] | timestampOffset | |
Definition at line 1260 of file AampEvent.cpp.
◆ getMetadata()
| const std::vector< uint8_t > & ID3MetadataEvent::getMetadata |
( |
| ) |
const |
◆ getMetadataSize()
| int ID3MetadataEvent::getMetadataSize |
( |
| ) |
const |
◆ getTimeScale()
| uint32_t ID3MetadataEvent::getTimeScale |
( |
| ) |
const |
◆ getEventDuration()
| uint32_t ID3MetadataEvent::getEventDuration |
( |
| ) |
const |
◆ getId()
| uint32_t ID3MetadataEvent::getId |
( |
| ) |
const |
◆ getTimestampOffset()
| uint64_t ID3MetadataEvent::getTimestampOffset |
( |
| ) |
const |
◆ getPresentationTime()
| uint64_t ID3MetadataEvent::getPresentationTime |
( |
| ) |
const |
◆ getSchemeIdUri()
| const std::string & ID3MetadataEvent::getSchemeIdUri |
( |
| ) |
const |
◆ getValue()
| const std::string & ID3MetadataEvent::getValue |
( |
| ) |
const |
◆ mMetadata
| std::vector<uint8_t> ID3MetadataEvent::mMetadata |
|
private |
The documentation for this class was generated from the following files: