ScteMetadataEntry
@objcMembers
@objc(BMPScteMetadataEntry)
public final class ScteMetadataEntry : NSObject, MetadataEntry
Describes default properties of the custom SCTE35 tag from the playlist.
-
Key of the SCTE35 attribute.
Declaration
Swift
public let key: String
-
Value of the SCTE35 attribute.
Declaration
Swift
public let value: String?
-
Declaration
Swift
public var metadataType: MetadataType { get }
-
Declaration
Swift
public init( key: String, value: String? )