TVIVideoRenderDimensions Class Reference

Inherits from NSObject
Declared in TVIVideoBandwidthProfileOptions.h

Overview

TVIVideoRenderDimensions represents dimensions for a VideoTrack.

TVIVideoRenderDimensions allows you to specify the desired render dimensions of TVIRemoteVideoTracks based on TrackPriority and the TVIRemoteVideoTracks of the Dominant Speaker. The bandwidth allocation algorithm will distribute the available downlink bandwidth proportional to the requested render dimensions.

  low

VideoDimensions for low priority Tracks.

@property (nonatomic, strong, nullable) TVIVideoDimensions *low

Declared In

TVIVideoBandwidthProfileOptions.h

  standard

VideoDimensions for track priority standard.

@property (nonatomic, strong, nullable) TVIVideoDimensions *standard

Declared In

TVIVideoBandwidthProfileOptions.h

  high

VideoDimensions for track priority high.

@property (nonatomic, strong, nullable) TVIVideoDimensions *high

Declared In

TVIVideoBandwidthProfileOptions.h