JWID3Metadata

@objcMembers
public class JWID3Metadata : NSObject

ID3 metadata. Fires when playback buffers a section of an HLS stream containing ID3 tags.

  • Start time, in seconds, of the metadata cue.

    Declaration

    Swift

    public let start: Double
  • Object containing all the information relevant to the HLS ID3 tag

    Declaration

    Swift

    public let metadata: [String : AnyObject]!