Click or drag to resize
CaptureDeviceMulticastProviderClientGetFrame Method
Retrieves the time aligned frame from the WebcamMulticastProvider. If necessary, the picture will be resized to the configured resolution.

Namespace: StreamCoders.Devices
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public MediaBuffer<byte> GetFrame()

Return Value

Type: MediaBufferByte
A picture frame.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when object was wrongly initialized.
See Also