@class NSString; @interface PXDisplayAssetVideoContentDeliveryStrategy : NSObject @property (nonatomic) long long quality; @property (nonatomic) struct { struct { long long value; int timescale; unsigned int flags; long long epoch; } start; struct { long long value; int timescale; unsigned int flags; long long epoch; } duration; } segmentTimeRange; @property (nonatomic) BOOL isStreamingAllowed; @property (nonatomic) BOOL isNetworkAccessAllowed; @property (readonly, nonatomic) NSString *identifier; @property (nonatomic) BOOL isAudioAllowed; @property (nonatomic) struct CGSize { double width; double height; } targetSize; + (id)defaultStreamingMediumQualityStrategy; - (id)init; - (id)description; - (id)copyWithZone:(struct _NSZone { } *)a0; @end