JWMediaMetadata

@objcMembers
public class JWMediaMetadata : NSObject

Media metadata. Fires when the initial metadata of content has loaded.

  • Length of the media asset

    Declaration

    Swift

    public let duration: TimeInterval
  • Height dimension of the media asset

    Declaration

    Swift

    public let height: Double
  • Width dimension of the media asset

    Declaration

    Swift

    public let width: Double
  • The number of frames per second for tracks that carry a full frame per media sample.

    Declaration

    Swift

    public let frameRate: Double
  • Time range representing how much content is available to buffer in live stream or for seeking in DVR.

    Declaration

    Swift

    public let seekRange: JWTimeRange
  • The type of DRM encryption the content is using

    Declaration

    Swift

    public internal(set) var drmEncryption: JWDRMEncryption { get }
  • Undocumented

    Declaration

    Swift

    public override var description: String { get }