MediaChannelConfigSentVideoResolution Property |
Gets or sets a fixed resolution that will be used when sending video to the remote end if the
SentVideoResolutionMode is set to Fixed.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic OzResolution SentVideoResolution { get; set; }
Public Property SentVideoResolution As OzResolution
Get
Set
public:
property OzResolution^ SentVideoResolution {
OzResolution^ get ();
void set (OzResolution^ value);
}
member SentVideoResolution : OzResolution with get, set
Property Value
OzResolution
See Also