TVIAppScreenSourceOptions Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TVIAppScreenSourceOptions.h |
screenContent
How TVIAppScreenSource should optimize the video format. Defaults to TVIScreenContentDefault.
@property (nonatomic, readonly) TVIScreenContent screenContentSee Also
Declared In
TVIAppScreenSourceOptions.h
+ options
Creates default options.
+ (nonnull instancetype)optionsReturn Value
An instance of TVIAppScreenSourceOptions.
Declared In
TVIAppScreenSourceOptions.h
+ optionsWithBlock:
Creates an instance of TVIAppScreenSourceOptions using a builder block.
+ (nonnull instancetype)optionsWithBlock:(nonnull TVIAppScreenSourceOptionsBuilderBlock)blockParameters
block |
The builder block which will be used to configure the |
|---|
Return Value
An instance of TVIAppScreenSourceOptions.
Declared In
TVIAppScreenSourceOptions.h