-
public class VideoContentPreferencesThe preferences that are used to specify the render dimensions of a RemoteVideoTrack when using MANUAL.
-
-
Field Summary
Fields Modifier and Type Field Description private final VideoDimensionsrenderDimensions
-
Constructor Summary
Constructors Constructor Description VideoContentPreferences(VideoDimensions renderDimensions)Constructs an instance of this class.
-
Method Summary
Modifier and Type Method Description VideoDimensionsgetRenderDimensions()StringtoString()booleanequals(Object o)inthashCode()-
-
Constructor Detail
-
VideoContentPreferences
VideoContentPreferences(VideoDimensions renderDimensions)
Constructs an instance of this class.- Parameters:
renderDimensions- the render dimensions to specify in the RemoteVideoTrack.
-
-
Method Detail
-
getRenderDimensions
@NonNull() VideoDimensions getRenderDimensions()
-
hashCode
int hashCode()
-
-
-
-