ref_iface_IVDXVideoSource_GetSampleInfo - shekh/VirtualDub2 GitHub Wiki

VirtualDub Plugin SDK 1.2

IVDXVideoSource interface

IVDXVideoSource:: GetSampleInfo

Retrieves information about a specific sample.

void GetSampleInfo(sint64 sample_num, VDXVideoFrameInfo& frameInfo);

Parameters

sample_num Number of sample for which information is being queried.
frameInfo Object in which to place information about the sample.

Thread safety

This method is not thread-safe.

Errors

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

Remarks

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.

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