CaptureDeviceMulticastProviderClientGetFrame Method |
Retrieves the time aligned frame from the WebcamMulticastProvider. If necessary, the picture will be
resized to the configured resolution.
Namespace: StreamCoders.DevicesAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public MediaBuffer<byte> GetFrame()
Public Function GetFrame As MediaBuffer(Of Byte)
public:
MediaBuffer<unsigned char>^ GetFrame()
member GetFrame : unit -> MediaBuffer<byte>
Return Value
Type:
MediaBufferByte
A picture frame.
Exceptions Exception | Condition |
---|
ArgumentNullException |
Thrown when object was wrongly initialized.
|
See Also