OTVStreamInfo
public class OTVStreamInfo : NSObject, Codable
The stream information of the OTVPersistenceAsset
-
The asset Duration
Declaration
Swift
@objc public internal(set) var duration: Double { get }
-
The bandwidth of the media content
Declaration
Swift
@objc public internal(set) var bitrate: Double { get }
-
The estimated size of the media content
Declaration
Swift
@objc public var totalSizeEstimate: UInt64
-
The Resolution of the media content
Declaration
Swift
@objc public internal(set) var resolution: CGSize { get }
-
The codecs of the media content
Declaration
Swift
@objc public internal(set) var codecs: String { get }