Package com.twilio.video
Class VideoContentPreferences
java.lang.Object
com.twilio.video.VideoContentPreferences
The preferences that are used to specify the render dimensions of a
RemoteVideoTrack
when
using VideoContentPreferencesMode.MANUAL
.-
Constructor Summary
ConstructorDescriptionVideoContentPreferences
(VideoDimensions renderDimensions) Constructs an instance of this class. -
Method Summary
-
Constructor Details
-
VideoContentPreferences
Constructs an instance of this class.- Parameters:
renderDimensions
- the render dimensions to specify in theRemoteVideoTrack
.- Throws:
NullPointerException
- if renderDimensions is null.
-
-
Method Details