Class VideoContentPreferences

java.lang.Object
com.twilio.video.VideoContentPreferences

public class VideoContentPreferences extends Object
The preferences that are used to specify the render dimensions of a RemoteVideoTrack when using VideoContentPreferencesMode.MANUAL.
  • Constructor Details

    • VideoContentPreferences

      public VideoContentPreferences(@NonNull VideoDimensions renderDimensions)
      Constructs an instance of this class.
      Parameters:
      renderDimensions - the render dimensions to specify in the RemoteVideoTrack.
      Throws:
      NullPointerException - if renderDimensions is null.
  • Method Details