DesktopCaptureGetFrame Method |
Captures the next frame from the desktop.
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public 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:
MediaBufferByteImplements
ICaptureDeviceGetFrameSee Also