public class VideoContentPreferences
extends java.lang.Object
RemoteVideoTrack
when
using VideoContentPreferencesMode.MANUAL
.Constructor and Description |
---|
VideoContentPreferences(VideoDimensions renderDimensions)
Constructs an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
VideoDimensions |
getRenderDimensions() |
int |
hashCode() |
java.lang.String |
toString() |
public VideoContentPreferences(@NonNull VideoDimensions renderDimensions)
renderDimensions
- the render dimensions to specify in the RemoteVideoTrack
.java.lang.NullPointerException
- if renderDimensions is null.@NonNull public VideoDimensions getRenderDimensions()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
7.0.0