ProgramInfo
public struct ProgramInfo : StreamTimelineMetadata
Undocumented
-
Live playback current program start time
Declaration
Swift
public let programStartTime: String -
Live playback current program end time
Declaration
Swift
public let programEndTime: String -
Live playback current program is blackout
Declaration
Swift
public let isBlackout: Bool -
Live playback current program identifier
Declaration
Swift
public let programId: String? -
API to provide an additional metadata about the current program
Note
eg: Ensures that the ad server serves ads based on the current program the user is watchingDeclaration
Swift
public let custom: [String : Any]? -
Undocumented
Declaration
Swift
public init(programId: String?, programStartTime: String, programEndTime: String, isBlackout: Bool, custom: [String : Any]?)