Skip to content

ref_iface_IVDXStreamSourceV3_GetStreamSourceInfoV3

shekh edited this page Apr 15, 2018 · 1 revision

VirtualDub Plugin SDK 1.2

IVDXStreamSourceV3 interface

IVDXStreamSourceV3:: GetStreamSourceInfoV3

Obtains additional information about the stream.

void GetStreamSourceInfoV3(VDXStreamSourceInfo& info);

Parameters

info Object to fill out with stream information.

Thread safety

This method is not thread-safe.

Errors

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

API version requirement

Requires input driver API V3 or later.

Remarks

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.

Clone this wiki locally