Interface IMediaStreamMetaDataProvider


  • public interface IMediaStreamMetaDataProvider

    IMediaStreamMetaDataProvider: Live streaming metadata provider.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onStreamStart​(java.util.List metaDataList, long timecode)
      Called to get the onMetadata data at a particular point in time in the stream
    • Method Detail

      • onStreamStart

        void onStreamStart​(java.util.List metaDataList,
                           long timecode)
        Called to get the onMetadata data at a particular point in time in the stream
        Parameters:
        metaDataList - list of onMetadata data (should always be one item in list)
        timecode - timecode in milliseconds