Platforms to show: All Mac Windows Linux Cross-Platform

Back to CMSampleBufferMBS class.

CMSampleBufferMBS.kAllocationFailed = -12730

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 15.0
One of the error code constants.

An allocation failed.

CMSampleBufferMBS.kAlreadyHasDataBuffer = -12732

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 15.0
One of the error code constants.

Attempt was made to set a dataBuffer on a CMSampleBuffer that already has one.

CMSampleBufferMBS.kArrayTooSmall = -12737

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 15.0
One of the error code constants.

Output array was not large enough for the array being requested.

CMSampleBufferMBS.kBufferHasNoSampleSizes = -12735

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 15.0
One of the error code constants.

Attempt to get sample size information when there was none.

CMSampleBufferMBS.kBufferHasNoSampleTimingInfo = -12736

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 15.0
One of the error code constants.

Attempt to get sample timing information when there was none.

CMSampleBufferMBS.kBufferNotReady = -12733

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 15.0
One of the error code constants.

Buffer could not be made ready.

CMSampleBufferMBS.kCannotSubdivide = -12739

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 15.0
One of the error code constants.

Sample buffer does not contain sample sizes. This can happen when the samples in the buffer are non-contiguous (eg. non-interleaved audio, where the channel values for a single sample are scattered through the buffer).

CMSampleBufferMBS.kInvalidated = -12744

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 15.0
One of the error code constants.

the sample buffer was invalidated.

CMSampleBufferMBS.kInvalidEntryCount = -12738

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 15.0
One of the error code constants.

Timing info or size array entry count was not 0, 1, or numSamples.

CMSampleBufferMBS.kInvalidMediaFormat = -12743

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 15.0
One of the error code constants.

The format of the given media does not match the given format description (eg. a format description paired with a CVImageBuffer that fails CMVideoFormatDescriptionMatchesImageBuffer).

CMSampleBufferMBS.kInvalidMediaTypeForOperation = -12741

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 15.0
One of the error code constants.

The media type specified by a format description is not valid for the given operation (eg. a CMSampleBuffer with a non-audio format description passed to GetAudioStreamPacketDescriptions).

CMSampleBufferMBS.kInvalidSampleData = -12742

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 15.0
One of the error code constants.

Buffer contains bad data. Only returned by CMSampleBuffer functions that inspect its sample data.

CMSampleBufferMBS.kRequiredParameterMissing = -12731

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 15.0
One of the error code constants.

Nil or 0 was passed for a required parameter.

CMSampleBufferMBS.kSampleIndexOutOfRange = -12734

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 15.0
One of the error code constants.

Sample index was not between 0 and numSamples-1, inclusive.

CMSampleBufferMBS.kSampleTimingInfoInvalid = -12740

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 15.0
One of the error code constants.

Buffer unexpectedly contains a non-numeric sample timing info.

The items on this page are in the following plugins: MBS AVFoundation Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...