Torque3D Documentation / _generateds / VideoFrameGrabberD3D9

VideoFrameGrabberD3D9

Engine/source/gfx/D3D9/videoCaptureD3D9.h

More...

Classes:

Protected Types

enum
CaptureStage {
  eReadyToCapture 
  eInVideoMemory 
  eInSystemMemory 
  eNumStages 
}

Protected Attributes

Protected Functions

Captures the current backbuffer. If the last capture wasn't made into a bitmap, it will be overriden.

Starts converting the last backbuffer capture to a bitmap Depending on the VideoFrameGrabber implementation, this may not produce a bitmap right away.

Releases internal textures.

Detailed Description

Protected Types

CaptureStage

Enumerator

eReadyToCapture
eInVideoMemory
eInSystemMemory
eNumStages

Protected Attributes

CaptureResource mCapture [eNumStages]
S32 mCurrentCapture