-
The asset Duration
Declaration
Objective-C
@property (nonatomic, readonly) double duration; -
The bandwidth of the media content
Declaration
Objective-C
@property (nonatomic, readonly) double bitrate; -
The estimated size of the media content
Declaration
Objective-C
@property (nonatomic) uint64_t totalSizeEstimate; -
The Resolution of the media content
Declaration
Objective-C
@property (nonatomic, readonly) CGSize resolution; -
The codecs of the media content
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull codecs;
OTVStreamInfo Class Reference