SentVideoResolutionMode Enumeration |
Defines resolution settings for outgoing video streams.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum SentVideoResolutionMode
Public Enumeration SentVideoResolutionMode
public enum class SentVideoResolutionMode
type SentVideoResolutionMode
Members
| Member name | Value | Description |
---|
| ProfileBased | 0 |
Determines the resolution of the sent video based on the selected codec profile.
|
| SourceBased | 1 |
The resolution of the sent video will be the same as the resolution of the video coming from the source.
|
| Fixed | 2 |
The resolution of the sent video will be set to a fixed custom value.
|
See Also