cast.framework.events. TimedMetadataEvent
Event data superclass for timed metadata events. This differs from Id3Event
in that the metadata is held at the manifest as opposed to segment internals.
Constructor
TimedMetadataEvent
new TimedMetadataEvent(type, timedMetadataInfo)
Parameter |
|
---|---|
type |
cast.framework.events.EventType Type of this event. Value must not be null. |
timedMetadataInfo |
The timed metadata. Value must not be null. |
Property
timedMetadataInfo
non-null cast.framework.TimedMetadata
The timed metadata information.