Package com.twilio.video
Class BandwidthProfileOptions
- java.lang.Object
-
- com.twilio.video.BandwidthProfileOptions
-
public class BandwidthProfileOptions extends java.lang.ObjectBandwidthProfileOptions enables you to configure how available bandwidth is shared among the Tracks in a Group Room.- See Also:
- Using Bandwidth Profile API
-
-
Constructor Summary
Constructors Constructor Description BandwidthProfileOptions()Construct instance with SDK defaults.BandwidthProfileOptions(VideoBandwidthProfileOptions videoBandwidthProfileOptions)Construct instance with providedVideoBandwidthProfileOptions
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)VideoBandwidthProfileOptionsgetVideoBandwidthProfileOptions()Get the video options specified in theBandwidthProfileOptionsconstructor.inthashCode()
-
-
-
Constructor Detail
-
BandwidthProfileOptions
public BandwidthProfileOptions()
Construct instance with SDK defaults.
-
BandwidthProfileOptions
public BandwidthProfileOptions(@NonNull VideoBandwidthProfileOptions videoBandwidthProfileOptions)Construct instance with providedVideoBandwidthProfileOptions- Parameters:
videoBandwidthProfileOptions- Parameter to configure how available bandwidth is shared among theRemoteVideoTracks in a Group room.
-
-
Method Detail
-
getVideoBandwidthProfileOptions
@NonNull public VideoBandwidthProfileOptions getVideoBandwidthProfileOptions()
Get the video options specified in theBandwidthProfileOptionsconstructor.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-