CMSampleBuffer.CreateReadyWithPacketDescriptions 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.
public static CoreMedia.CMSampleBuffer CreateReadyWithPacketDescriptions (CoreMedia.CMBlockBuffer dataBuffer, CoreMedia.CMFormatDescription formatDescription, int samplesCount, CoreMedia.CMTime sampleTimestamp, AudioToolbox.AudioStreamPacketDescription[] packetDescriptions, out CoreMedia.CMSampleBufferError error);
static member CreateReadyWithPacketDescriptions : CoreMedia.CMBlockBuffer * CoreMedia.CMFormatDescription * int * CoreMedia.CMTime * AudioToolbox.AudioStreamPacketDescription[] * -> CoreMedia.CMSampleBuffer
Parameters
- dataBuffer
- CMBlockBuffer
- formatDescription
- CMFormatDescription
- samplesCount
- Int32
- sampleTimestamp
- CMTime
- packetDescriptions
- AudioStreamPacketDescription[]
- error
- CMSampleBufferError