Triton Mobile SDK for Android 3.5.1
This is a custom android player made by Triton Digital
Loading...
Searching...
No Matches
com.tritondigital.net.streaming.proxy.decoder.StreamContainerDecoder.MetaDataDecodedListener Interface Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ onMetaDataDecoded()

void com.tritondigital.net.streaming.proxy.decoder.StreamContainerDecoder.MetaDataDecodedListener.onMetaDataDecoded ( Map< String, Object >  metaData)

Meta data has been decoded from the stream.

Parameters
metaDataThe map containing the MetaData, exactly as extracted from the stream. The listener is responsible for knowing of to interpret it.

The documentation for this interface was generated from the following file: