| 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: 1.8.12.0 (1.8.12)
Syntaxpublic Resolution SentVideoResolution { get; set; }Public Property SentVideoResolution As Resolution
	Get
	Set
public:
property Resolution^ SentVideoResolution {
	Resolution^ get ();
	void set (Resolution^ value);
}member SentVideoResolution : Resolution with get, set
Property Value
Type: 
Resolution
See Also