Defines video resolution settings for the configurator display. Specifies viewport dimensions and rendering parameters.
Practical Application
Video resolution interface: {width: number|null, height: number|null}. Received via videoResolutionChanged event
when the pixel stream resolution changes. Use for responsive layout adjustments or displaying stream quality info.
AI Coding Best Practices
Subscribe to videoResolutionChanged to monitor stream resolution. Use to dynamically adjust UI overlay positioning,
inform users about stream quality, or scale screenshot size requests proportionally.
Defines the structure for a video resolution.
What does it unlock?
Defines video resolution settings for the configurator display. Specifies viewport dimensions and rendering parameters.
Practical Application
Video resolution interface: {width: number|null, height: number|null}. Received via videoResolutionChanged event when the pixel stream resolution changes. Use for responsive layout adjustments or displaying stream quality info.
AI Coding Best Practices
Subscribe to videoResolutionChanged to monitor stream resolution. Use to dynamically adjust UI overlay positioning, inform users about stream quality, or scale screenshot size requests proportionally.