Click or drag to resize
SentVideoResolutionMode Enumeration
Defines resolution settings for outgoing video streams.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum SentVideoResolutionMode
Members
  Member nameValueDescription
ProfileBased0 Determines the resolution of the sent video based on the selected codec profile.
SourceBased1 The resolution of the sent video will be the same as the resolution of the video coming from the source.
Fixed2 The resolution of the sent video will be set to a fixed custom value.
See Also