VODContent
public struct VODContent : Codable
Video on Demand content type definition
-
VOD Content
Declaration
Swift
public init (contentId: String, contentName:String, genre:[String]? = nil, bitrates: [Int]? = nil, uri: String? = nil, duration: TimeInterval? = nil, framesPerSecondNominal: Int? = nil)Parameters
contentIdUnique ID of the content
contentNameName of the content
genreGenre of the content
bitratesAvailable bitrates
uriURI fo the content
durationDuration of the content
framesPerSecondNominalExpected frame rate for this content
-
Declaration
Swift
public func encode(to encoder: Encoder) throws