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