TVIBandwidthProfileOptions Class Reference
Inherits from | NSObject |
---|---|
Declared in | TVIBandwidthProfileOptions.h |
Overview
BandwidthProfileOptions enables you to configure how available bandwidth is shared among the Tracks in a Group Room.
video
Get video options specified in the BandwidthProfileOptions initializer.
@property (nonatomic, strong, readonly, nonnull) TVIVideoBandwidthProfileOptions *video
Declared In
TVIBandwidthProfileOptions.h
– initWithVideoOptions:
The initializer with video options param.
- (nonnull instancetype)initWithVideoOptions:(nonnull TVIVideoBandwidthProfileOptions *)video
Parameters
video |
Bandwidth profile options for video. |
---|
Return Value
An instance of TVIBandwidthProfileOptions.
Discussion
The initializer with video options param.
Declared In
TVIBandwidthProfileOptions.h