ref_iface_IVDXStreamSourceV3_GetStreamSourceInfoV3 - shekh/VirtualDub2 GitHub Wiki
VirtualDub Plugin SDK 1.2
IVDXStreamSourceV3 interface
Obtains additional information about the stream.
void GetStreamSourceInfoV3(VDXStreamSourceInfo& info);
info | Object to fill out with stream information. |
This method is not thread-safe.
Errors may not be returned from this function (see SetError()).
Requires input driver API V3 or later.
GetStreamSourceInfoV3
reports additional information about the stream
over what is reported in API V2, such as a suggested handler FOURCC to
use when searching for codecs, and whether the stream uses variable size
samples or not (mainly important for full VBR audio support).
Copyright (C) 2007-2012 Avery Lee.