VTCompressionSession.GetTimeRangesForNextPass(CMTimeRange[]) 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.
Get the time ranges for the next pass.
public VideoToolbox.VTStatus GetTimeRangesForNextPass(out CoreMedia.CMTimeRange[]? timeRanges);
member this.GetTimeRangesForNextPass : CMTimeRange[] -> VideoToolbox.VTStatus
Parameters
- timeRanges
- CMTimeRange[]
Upon return, the time ranges for the next πass.
Returns
Ok if successful, or an error code otherwise.