SetRenderMode
Sets the video rendering mode.
void SetRenderMode(VideoRenderMode mode, Error *err = nullptr)
- Since
- Added in version v4.4.0.
Timing
Call this method before SetConfigs.
Parameters
- mode
- Rendering mode. See RteVideoRenderMode. The default value is
kRteVideoRenderModeHidden, which scales the video proportionally and prioritizes filling the view window. - err
- An output parameter. Status or error information. See Error.