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.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
Type:
OzResolution
See Also