The MediaSampleInfo may contain several pieces of information of a specific IFrame.
Namespace: TIS.Imaging
Introduced in version 3.4
Property | Description | ||
DeviceFrameNumber | [Deprecated] If available, then this contains the frame number the device assigned this frame. |
||
DeviceTimeStamp | [Deprecated] If available, then this is the actual timestamp which the device passed in its frame header. |
||
DriverFirstPacketTime | [Deprecated] The driver assigns this value when the first packet for this frame arrives. |
||
DriverFrameNumber | [Deprecated] Contains the frame number the driver assigns this frame. |
||
DriverLastPacketTime | [Deprecated] The driver assigns this value when the last packet for this frame arrives. |
||
Method | Description | ||
Query | 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. |
||
Query | 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. |
||
TryQuery | Provides a MediaSampleInfo object as out parameter, filled with data from the provided IFrame. Will return false if the selected device does not support the MediaSampleInfo feature. |
||
TryQuery | Provides a MediaSampleInfo object as out parameter, filled with data from the provided IFrame. Will return false if the selected device does not support the MediaSampleInfo feature. |
||