EncodedFrameBufferSize Property |
Gets the frame buffer size in bytes.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public ulong BufferSize { get; }
Public ReadOnly Property BufferSize As ULong
Get
public:
property unsigned long long BufferSize {
unsigned long long get ();
}
member BufferSize : uint64 with get
Return Value
Type:
UInt64the buffer size of the encoded frame.
Remarks See Also