ref_iface_IVDXVideoSource_GetSampleInfo - shekh/VirtualDub2 GitHub Wiki
VirtualDub Plugin SDK 1.2
IVDXVideoSource interface
Retrieves information about a specific sample.
void GetSampleInfo(sint64 sample_num, VDXVideoFrameInfo& frameInfo);
| sample_num | Number of sample for which information is being queried. | 
| frameInfo | Object in which to place information about the sample. | 
This method is not thread-safe.
Errors may not be returned from this function (see SetError()).
The information for a sample must be consistent; it may not change between calls to GetSampleInfo() for the same sample on the same video source instance.
Copyright (C) 2007-2012 Avery Lee.