Agora Java API Reference for Android
io.agora.rtc.video.CameraCapturerConfiguration.CaptureDimensions Class Reference

Public Member Functions

 CaptureDimensions (int width, int height)
 

Public Attributes

int width
 
int height
 

Member Data Documentation

◆ width

int io.agora.rtc.video.CameraCapturerConfiguration.CaptureDimensions.width

The width (px) of the video image captured by the local camera. To customize the width of the video image, set preference as CAPTURER_OUTPUT_PREFERENCE_MANUAL(3) first, and then use width.

◆ height

int io.agora.rtc.video.CameraCapturerConfiguration.CaptureDimensions.height

The height (px) of the video image captured by the local camera. To customize the height of the video image, set preference as CAPTURER_OUTPUT_PREFERENCE_MANUAL(3) first, and then use height.