DESCombine.RenderToWindow Method

DESCombine

The DESCombine class stitches together a series of video and audio files

DESCombine.RenderToWindow Method 

Configure the graph to output the results to a video window.

public void RenderToWindow(
   IntPtr hWnd,
   IDESCombineCB pVideoCallback,
   IDESCombineCB pAudioCallback
);

Parameters

hWnd
Window handle to render to, or IntPtr.Zero to render to its own window
pVideoCallback
Callback routine to be called for each video frame or null for no callback
pAudioCallback
Callback routine to be called for each audio frame or null for no callback

Remarks

The callback routines are invoked once for each sample. This allows for additional processing to be performed on the video or audio buffers.

See Also

DESCombine Class | DESCombineLib Namespace