VideoConcatGlobalCellResolution Property |
Resolution of the cells in the VievMatrix.
If it is not set then every cell uses the resolution of its video source (default value is null).
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic OzResolution GlobalCellResolution { get; set; }Public Property GlobalCellResolution As OzResolution
Get
Set
public:
property OzResolution^ GlobalCellResolution {
OzResolution^ get ();
void set (OzResolution^ value);
}member GlobalCellResolution : OzResolution with get, set
Property Value
OzResolution
See Also