Class InPlaylistTimedMetadataCue

    • Constructor Detail

      • InPlaylistTimedMetadataCue

        public InPlaylistTimedMetadataCue​(@NonNull
                                          java.lang.String rawTag,
                                          double start,
                                          double end)
    • Method Detail

      • getRawTag

        @NonNull
        public java.lang.String getRawTag()
        Returns:
        The full HLS tag from the manifest
      • getEnd

        public double getEnd()
        Returns:
        The end time of the tag in seconds
      • getStart

        public double getStart()
        Specified by:
        getStart in interface MetadataCue
        Returns:
        The start time of the tag in seconds