TVIVideoContentPreferences Class Reference
Inherits from | NSObject |
---|---|
Declared in | TVIVideoContentPreferences.h |
Overview
TVIVideoContentPreferences
represents the subscriber’s preferences for a TVIRemoveVideoTrack
.
renderDimensions
Indicates the render dimensions for a TVIRemoteVideoTrack
represented as TVIVideoDimensions
.
@property (nonatomic, strong, readonly, nullable) TVIVideoDimensions *renderDimensions
Declared In
TVIVideoContentPreferences.h
– init
Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)init
Discussion
Use the class method preferencesWithBlock:
instead.
Declared In
TVIVideoContentPreferences.h
+ preferencesWithBlock:
Constructs TVIVideoContentPreferences
using the builder pattern.
+ (null_unspecified instancetype)preferencesWithBlock:(nonnull TVIVideoContentPreferencesBuilderBlock)block
Parameters
block |
The builder block which will be used to configure the |
---|
Return Value
An instance of TVIVideoContentPreferences
.
Declared In
TVIVideoContentPreferences.h