SentVideoResolutionMode Enumeration |
Defines resolution settings for outgoing video streams.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic enum SentVideoResolutionMode
Public Enumeration SentVideoResolutionMode
public enum class SentVideoResolutionMode
type SentVideoResolutionMode
MembersMember 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