Click or drag to resize
VideoCaptureDeviceGetFrame Method
Retrieves a raw frame containing timing information of capture (MediaBuffer.startTime) and duration based on the FPS of the selected profile (MediaBuffer.EndTime). The timing information is relative to the time VideoCaptureDevice.Start was called.

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

Return Value

Type: MediaBufferByte
Returns a MediaPackage object containing a raw picture and timing information.

Implements

ICaptureDeviceGetFrame
See Also