Package com.twilio.video
Class BandwidthProfileOptions
- java.lang.Object
-
- com.twilio.video.BandwidthProfileOptions
-
public class BandwidthProfileOptions extends java.lang.Object
BandwidthProfileOptions 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 boolean
equals(java.lang.Object o)
VideoBandwidthProfileOptions
getVideoBandwidthProfileOptions()
Get the video options specified in theBandwidthProfileOptions
constructor.int
hashCode()
-
-
-
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 theRemoteVideoTrack
s in a Group room.
-
-
Method Detail
-
getVideoBandwidthProfileOptions
@NonNull public VideoBandwidthProfileOptions getVideoBandwidthProfileOptions()
Get the video options specified in theBandwidthProfileOptions
constructor.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-