|
Triton Mobile SDK for Android 3.5.1
This is a custom android player made by Triton Digital
|
Interface definition for a callback to be invoked when new metadata is decoded from the stream. More...
Public Member Functions | |
| void | onMetaDataDecoded (Map< String, Object > metaData) |
| Meta data has been decoded from the stream. | |
Interface definition for a callback to be invoked when new metadata is decoded from the stream.
Methods on this listener may be invoked from a secondary thread. The class implementing this listener should be thread-safe.
| void com.tritondigital.net.streaming.proxy.decoder.StreamContainerDecoder.MetaDataDecodedListener.onMetaDataDecoded | ( | Map< String, Object > | metaData | ) |
Meta data has been decoded from the stream.
| metaData | The map containing the MetaData, exactly as extracted from the stream. The listener is responsible for knowing of to interpret it. |