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.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic override MediaBuffer<byte> GetFrame()
Public Overrides Function GetFrame As MediaBuffer(Of Byte)
public:
virtual MediaBuffer<unsigned char>^ GetFrame() override
abstract GetFrame : unit -> MediaBuffer<byte>
override GetFrame : unit -> MediaBuffer<byte>
Return Value
Type:
MediaBufferByte
Returns a MediaPackage object containing a raw picture and timing information.
Implements
ICaptureDeviceGetFrame
See Also