-
public class BandwidthProfileOptionsBandwidthProfileOptions enables you to configure how available bandwidth is shared among the Tracks in a Group Room.
-
-
Field Summary
Fields Modifier and Type Field Description private final VideoBandwidthProfileOptionsvideoBandwidthProfileOptions
-
Constructor Summary
Constructors Constructor Description BandwidthProfileOptions()Construct instance with SDK defaults. BandwidthProfileOptions(VideoBandwidthProfileOptions videoBandwidthProfileOptions)Construct instance with provided VideoBandwidthProfileOptions
-
Method Summary
Modifier and Type Method Description VideoBandwidthProfileOptionsgetVideoBandwidthProfileOptions()Get the video options specified in the BandwidthProfileOptions constructor. booleanequals(Object o)inthashCode()-
-
Constructor Detail
-
BandwidthProfileOptions
BandwidthProfileOptions()
Construct instance with SDK defaults.
-
BandwidthProfileOptions
BandwidthProfileOptions(VideoBandwidthProfileOptions videoBandwidthProfileOptions)
Construct instance with provided VideoBandwidthProfileOptions- Parameters:
videoBandwidthProfileOptions- Parameter to configure how available bandwidth is sharedamong the RemoteVideoTracks in a Group room.
-
-
Method Detail
-
getVideoBandwidthProfileOptions
@NonNull() VideoBandwidthProfileOptions getVideoBandwidthProfileOptions()
Get the video options specified in the BandwidthProfileOptions constructor.
-
hashCode
int hashCode()
-
-
-
-