ref_iface_IVDXVideoSource_GetVideoSourceInfo - shekh/VirtualDub2 GitHub Wiki

VirtualDub Plugin SDK 1.2

IVDXVideoSource interface

IVDXVideoSource:: GetVideoSourceInfo

Obtains a basic description of the video source.

void GetVideoSourceInfo(VDXVideoSourceInfo& info);

Thread safety

This method is not thread-safe.

Errors

Errors may not be returned from this function (see SetError()).

Remarks

The description returned by GetVideoSourceInfo() should always be constant for a particular IVDXVideoSource instance; the frame rate or resolution should not change between calls, for instance.


Copyright (C) 2007-2012 Avery Lee.

⚠️ **GitHub.com Fallback** ⚠️