Package com.twilio.video
Class BandwidthProfileOptions
java.lang.Object
com.twilio.video.BandwidthProfileOptions
BandwidthProfileOptions enables you to configure how available bandwidth is shared among the
Tracks in a Group Room.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstruct instance with SDK defaults.BandwidthProfileOptions
(VideoBandwidthProfileOptions videoBandwidthProfileOptions) Construct instance with providedVideoBandwidthProfileOptions
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get the video options specified in theBandwidthProfileOptions
constructor.int
hashCode()
-
Constructor Details
-
BandwidthProfileOptions
public BandwidthProfileOptions()Construct instance with SDK defaults. -
BandwidthProfileOptions
Construct instance with providedVideoBandwidthProfileOptions
- Parameters:
videoBandwidthProfileOptions
- Parameter to configure how available bandwidth is shared among theRemoteVideoTrack
s in a Group room.
-
-
Method Details
-
getVideoBandwidthProfileOptions
Get the video options specified in theBandwidthProfileOptions
constructor. -
equals
-
hashCode
public int hashCode()
-