TRTC_VIDEO_RENDER_MODE_FILL constant Null safety
The entire screen will be covered by the image, where parts that exceed the screen will be cropped
Implementation
static const int TRTC_VIDEO_RENDER_MODE_FILL = 0;
The entire screen will be covered by the image, where parts that exceed the screen will be cropped
static const int TRTC_VIDEO_RENDER_MODE_FILL = 0;