TVIAppScreenSourceOptions Class Reference

Inherits from NSObject
Declared in TVIAppScreenSourceOptions.h

Overview

Represents immutable configuration options for a TVIAppScreenSource.

  screenContent

How TVIAppScreenSource should optimize the video format. Defaults to TVIScreenContentDefault.

@property (nonatomic, readonly) TVIScreenContent screenContent

See Also

Declared In

TVIAppScreenSourceOptions.h

+ options

Creates default options.

+ (nonnull instancetype)options

Return Value

An instance of TVIAppScreenSourceOptions.

Declared In

TVIAppScreenSourceOptions.h

+ optionsWithBlock:

Creates an instance of TVIAppScreenSourceOptions using a builder block.

+ (nonnull instancetype)optionsWithBlock:(nonnull TVIAppScreenSourceOptionsBuilderBlock)block

Parameters

block

The builder block which will be used to configure the TVIAppScreenSourceOptions instance.

Return Value

An instance of TVIAppScreenSourceOptions.

Declared In

TVIAppScreenSourceOptions.h