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 (in OzekiSDK.dll) Version: 10.4.54.0
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