CMSampleBuffer.GetSampleTimingInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetSampleTimingInfo() |
Fetches the timing information for the sample buffer. |
GetSampleTimingInfo(nint) |
Fetches the timing information for the sample buffer. |
GetSampleTimingInfo()
Fetches the timing information for the sample buffer.
public CoreMedia.CMSampleTimingInfo[] GetSampleTimingInfo ();
member this.GetSampleTimingInfo : unit -> CoreMedia.CMSampleTimingInfo[]
Returns
An array of CMSampleTimingInfo.
Applies to
GetSampleTimingInfo(nint)
Fetches the timing information for the sample buffer.
public CoreMedia.CMSampleTimingInfo[] GetSampleTimingInfo (out nint status);
member this.GetSampleTimingInfo : -> CoreMedia.CMSampleTimingInfo[]
Parameters
- status
- System.System.IntPtr System.nativeint
The error code if an error occurs, 0 otherwise.
Returns
An array of CMSampleTimingInfo. If an error occurs null will be returned and the 'status' parameter will contain the error code.