MediaSampleInfo.Query Method

Returns a MediaSampleInfo object, filled with data from the provided IFrame. Will throw an exception if the selected device does not support the MediaSampleInfo feature.
Syntax:
[C#]
public static MediaSampleInfo Query(IFrame frame);
Parameter Description
frame

The IFrame object to be read.

<< MediaSampleInfo