Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVFoundationMBS class.

Previous items Next items

AVFoundationMBS.AVFileTypeAppleM4A as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the file format uniform type identifiers (UTIs).

UTI for the Apple m4a audio file format.
The value of this UTI is com.apple.m4a-audio. Files are identified with the .m4a extension.

Some examples using this method:

AVFoundationMBS.AVFileTypeAppleM4V as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the file format uniform type identifiers (UTIs).

UTI for the iTunes video file format.
The value of this UTI is com.apple.mpeg-4-video. Files are identified with the .m4v extension.

Some examples using this method:

AVFoundationMBS.AVFileTypeAVCI as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 17.3 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the file format uniform type identifiers (UTIs).

The value of this UTI is "public.avci".
Files are identified with the .avci extension.
Available in macOS 10.13 or newer.

AVFoundationMBS.AVFileTypeCoreAudioFormat as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the file format uniform type identifiers (UTIs).

UTI for the CoreAudio file format.
The value of this UTI is com.apple.coreaudio-format. Files are identified with the .caf extension.

AVFoundationMBS.AVFileTypeDNG as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 17.3 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the file format uniform type identifiers (UTIs).

The value of this UTI is "com.adobe.raw-image".
Files are identified with the .dng extension.
Available in macOS 10.13 or newer.

AVFoundationMBS.AVFileTypeEnhancedAC3 as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 17.3 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the file format uniform type identifiers (UTIs).

The value of this UTI is "public.ac3-audio".
Files are identified with the .ac3 extension.
Available in macOS 10.9 or newer.

AVFoundationMBS.AVFileTypeHEIC as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 17.3 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the file format uniform type identifiers (UTIs).

The value of this UTI is "public.heic".
Files are identified with the .heic extension.
Available in macOS 10.13 or newer.

AVFoundationMBS.AVFileTypeHEIF as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 17.3 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the file format uniform type identifiers (UTIs).

The value of this UTI is "public.heif".
Files are identified with the .heif extension.
Available in macOS 10.13 or newer.

AVFoundationMBS.AVFileTypeJPEG as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 17.3 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the file format uniform type identifiers (UTIs).

The value of this UTI is "public.jpeg".
Files are identified with the .jpg or .jpeg extension.
Available in macOS 10.13 or newer.

AVFoundationMBS.AVFileTypeMPEG4 as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the file format uniform type identifiers (UTIs).

UTI for the MPEG-4 file format.
The value of this UTI is public.mpeg-4. Files are identified with the .mp4 extension.

Some examples using this method:

AVFoundationMBS.AVFileTypeMPEGLayer3 as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the file format uniform type identifiers (UTIs).

UTI for the MPEG layer 3 audio file format.
The value of this UTI is public.mp3. Files are identified with the .mp3 extension.
Available in OS X v10.9 and later.

AVFoundationMBS.AVFileTypeQuickTimeMovie as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the file format uniform type identifiers (UTIs).

UTI for the QuickTime movie file format.
The value of this UTI is com.apple.quicktime-movie. Files are identified with the .mov and .qt extensions.

Some examples using this method:

AVFoundationMBS.AVFileTypeSunAU as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the file format uniform type identifiers (UTIs).

UTI for the Sun/NeXT audio file format.
The value of this UTI is public.au-audio. Files are identified with the .au and .snd extensions.
Available in OS X v10.9 and later.

AVFoundationMBS.AVFileTypeTIFF as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 17.3 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the file format uniform type identifiers (UTIs).

The value of this UTI is "public.tiff".
Files are identified with the .tiff or .tif extension.
Available in macOS 10.13 or newer.

AVFoundationMBS.AVFileTypeWAVE as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the file format uniform type identifiers (UTIs).

A UTI for the WAVE audio file format.
The value of this UTI is com.microsoft.waveform-audio. Files are identified with the .wav, .wave, and .bwf extensions.

Some examples using this method:

AVFoundationMBS.AVFormatIDKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the Audio setting keys that apply to all audio formats handled by the AVAudioPlayer and AVAudioRecorder classes.

A format identifier. See the "Audio Data Format Identifiers" enumeration in Core Audio Data Types Reference.

Some examples using this method:

AVFoundationMBS.AVFoundationErrorDomain as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Domain for AVFoundation errors.

AVFoundationMBS.AVLayerVideoGravityResize as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The constants define how the video is displayed within a layer's bounds rectangle.

Specifies that the video should be stretched to fill the layer's bounds.

AVFoundationMBS.AVLayerVideoGravityResizeAspect as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The constants define how the video is displayed within a layer's bounds rectangle.

Specifies that the player should preserve the video's aspect ratio and fit the video within the layer's bounds.

AVFoundationMBS.AVLayerVideoGravityResizeAspectFill as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The constants define how the video is displayed within a layer's bounds rectangle.

Specifies that the player should preserve the video's aspect ratio and fill the layer's bounds.

Some examples using this method:

AVFoundationMBS.AVLinearPCMBitDepthKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the Audio setting keys that apply to linear PCM audio formats.

An integer that indicates the bit depth for a linear PCM audio format—one of 8, 16, 24, or 32.

Some examples using this method:

AVFoundationMBS.AVLinearPCMIsBigEndianKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the Audio setting keys that apply to linear PCM audio formats.

A Boolean value that indicates whether the audio format is big endian (true) or little endian (false).

Some examples using this method:

AVFoundationMBS.AVLinearPCMIsFloatKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the Audio setting keys that apply to linear PCM audio formats.

A Boolean value that indicates that the audio format is floating point (true) or fixed point (false).

Some examples using this method:

AVFoundationMBS.AVLinearPCMIsNonInterleaved as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the Audio setting keys that apply to linear PCM audio formats.

A Boolean value that indicates that the audio format is non-interleaved (true) or interleaved (false).

Some examples using this method:

AVFoundationMBS.AVMakeRectWithAspectRatioInsideRect(aspectRatio as CGSizeMBS, boundingRect as CGRectMBS) as CGRectMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns a scaled CGRect that maintains the aspect ratio specified by a CGSize within a bounding CGRect.

aspectRatio: The width and height ratio (aspect ratio) you want to maintain.
boundingRect: The bounding rectangle you want to fit into.

Returns a scaled CGRect that maintains the aspect ratio specified by aspectRatio that fits withinboundingRect.

This is useful when attempting to fit the naturalSize property of an AVPlayerItem object within the bounds of another CALayer. You would typically use the return value of this function as an AVPlayerLayer frame property value. For example:

myPlayerLayer.frame = AVMakeRectWithAspectRatioInsideRect(myPlayerItem.naturalSize, mySuperLayer.bounds)

AVFoundationMBS.AVMediaCharacteristicAudible as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the characteristics of media types.

Indicates that the media is audible.

AVFoundationMBS.AVMediaCharacteristicContainsAlphaChannel as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 21.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media characteristic that may be present in an AVMediaSelectionOption object.

To determine whether alpha is straight or pre-multiplied, look for the format description extension with key kCMFormatDescriptionExtension_AlphaChannelMode.

AVFoundationMBS.AVMediaCharacteristicContainsOnlyForcedSubtitles as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media characteristic that may be present in an AVMediaSelectionOption object.

Indicates that the options presents only forced subtitles.
Media options with forced-only subtitles are typically selected when 1) the user has not selected a legible option with an accessibility characteristic or an auxiliary purpose and 2) its locale matches the locale of the selected audible media selection option.
The value of this characteristic is "public.subtitles.forced-only".
The presence of this characteristic for a legible media option is inferred from the format description of the associated track that presents the subtitle media.
Available in OS X v10.8 and later.

AVFoundationMBS.AVMediaCharacteristicDescribesMusicAndSoundForAccessibility as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media characteristic that may be present in an AVMediaSelectionOption object.

Indicates that the option includes legible content in the language of its specified locale that describes music and sound effects occurring in program audio.
It is possible for a legible media option to include both transcriptions of spoken dialog and descriptions of music and sound effects.
The value of this characteristic is "public.accessibility.describes-music-and-sound".
For QuickTime movie and .m4v files, a media option is considered to have the characteristic AVMediaCharacteristicDescribesMusicAndSoundForAccessibility only if it's explicitly tagged with that characteristic.
Available in OS X v10.8 and later.

AVFoundationMBS.AVMediaCharacteristicDescribesVideoForAccessibility as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media characteristic that may be present in an AVMediaSelectionOption object.

Indicates that the option includes audible content that describes the visual portion of the presentation.
It is possible for a legible media option to include both transcriptions of spoken dialog and descriptions of music and sound effects.
The value of this characteristic is "public.accessibility.describes-video".
For QuickTime movie and .m4v files a media option is considered to have the characteristic AVMediaCharacteristicDescribesVideoForAccessibility only if it's explicitly tagged with that characteristic.
Available in OS X v10.8 and later.

AVFoundationMBS.AVMediaCharacteristicDubbedTranslation as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 21.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media characteristic that may be present in an AVMediaSelectionOption object.

The track or media selection option contains a language or dialect translation of originally or previously produced content.

AVFoundationMBS.AVMediaCharacteristicEasyToRead as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media characteristic that may be present in an AVMediaSelectionOption object.

Indicates that the option provides legible content in the language of its specified locale and that the content has been edited for ease of reading.
Closed caption tracks that carry "easy reader" captions (per the CEA-608 specification) should be tagged with this characteristic. Subtitle tracks can also be tagged with this characteristic, where appropriate.
The value of this characteristic is "public.easy-to-read".
For QuickTime movie and .m4v files a media option is considered to have the characteristic AVMediaCharacteristicEasyToRead only if it's explicitly tagged with that characteristic.

AVFoundationMBS.AVMediaCharacteristicFrameBased as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the characteristics of media types.

Indicates that the media is frame-based.

AVFoundationMBS.AVMediaCharacteristicIsAuxiliaryContent as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media characteristic that may be present in an AVMediaSelectionOption object.

Indicates that the option includes content that's marked by the content author as auxiliary to the presentation of the asset.
Example: an option that presents audio media containing commentary on the presentation would typically have this characteristic.
The value of this characteristic is "public.auxiliary-content".
For QuickTime movie and .m4v files, a media option is considered to have the characteristic AVMediaCharacteristicIsAuxiliaryContent if it's explicitly tagged with that characteristic or if, as a member of an alternate track group, its associated track is excluded from autoselection.
Available in OS X v10.8 and later.

AVFoundationMBS.AVMediaCharacteristicIsMainProgramContent as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media characteristic that may be present in an AVMediaSelectionOption object.

Indicates that the option includes content that's marked by the content author as intrinsic to the presentation of the asset.
Example: an option that presents the main program audio for the presentation, regardless of locale, would typically have this characteristic.
The value of this characteristic is "public.main-program-content".
The presence of this characteristic for a media option is inferred; any option that does not have the characteristic AVMediaCharacteristicIsAuxiliaryContent is considered to have the characteristic.
Available in OS X v10.8 and later.

AVFoundationMBS.AVMediaCharacteristicIsOriginalContent as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 21.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media characteristic that may be present in an AVMediaSelectionOption object.

A media characteristic that indicates that a track or media selection option includes content that's marked by the content author as original to the principal production of the media, as opposed to supplementary or derivative content created by means of language translation or by other means.

The value of this characteristic is @"public.original-content".

Example: an option that presents audio media with dialog in the principal language of the production may be tagged with this characteristic; audio media containing dialog dubbed in a language other than the principal language of the production typically would not be tagged with this characteristic.

Note for content authors: for QuickTime movie and .m4v files and for HTTP Live Streaming, a media option is considered to have the characteristic AVMediaCharacteristicIsOriginalContent only if it's explicitly tagged with the characteristic.

See the discussion of the tagging of tracks with media characteristics below.

AVFoundationMBS.AVMediaCharacteristicLanguageTranslation as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 21.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media characteristic that may be present in an AVMediaSelectionOption object.

A media characteristic that indicates that a track or media selection option contains a language or dialect translation of originally or previously produced content, intended to be used as a substitute for that content by users who prefer its designated language.

The value of this characteristic is "public.translation".

Note for content authors: for QuickTime movie and .m4v files a media option is considered to have the characteristic AVMediaCharacteristicLanguageTranslation only if it's explicitly tagged with that characteristic.

AVFoundationMBS.AVMediaCharacteristicLegible as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the characteristics of media types.

Indicates that the media is legible.

AVFoundationMBS.AVMediaCharacteristicTranscribesSpokenDialogForAccessibility as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media characteristic that may be present in an AVMediaSelectionOption object.

Indicates that the option includes legible content in the language of its specified locale that transcribes spoken dialog.
It is possible for a legible media option to include both transcriptions of spoken dialog and descriptions of music and sound effects.
The value of this characteristic is "public.accessibility.transcribes-spoken-dialog".
For QuickTime movie and .m4v files, a media option is considered to have the characteristic AVMediaCharacteristicTranscribesSpokenDialogForAccessibility only if it's explicitly tagged with that characteristic.
Available in OS X v10.8 and later.

AVFoundationMBS.AVMediaCharacteristicUsesWideGamutColorSpace as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 21.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media characteristic that may be present in an AVMediaSelectionOption object.

A media characteristic that indicates that a track uses a wide gamut color space and therefore may make use of colors that cannot be accurately represented otherwise.

A wide color space such as AVVideo*_P3_D65 contains additional dynamic range that may benefit from special treatment when compositing. Care should be taken to avoid clamping. Non-wide spaces include AVVideo*_ITU_R_709_2 and AVVideo*_SMPTE_C.

AVFoundationMBS.AVMediaCharacteristicVisual as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the characteristics of media types.

Indicates that the media is visual.

AVFoundationMBS.AVMediaCharacteristicVoiceOverTranslation as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 21.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media characteristic that may be present in an AVMediaSelectionOption object.

A media characteristic that indicates that a track or media selection option contains a language translation of originally or previously produced content, created by adding, in its designated language, a verbal interpretation of dialog and translations of other important information to a new mix of the audio content.

Tracks to which this characteristic is assigned should typically also be assigned the characteristic AVMediaCharacteristicLanguageTranslation.

The value of this characteristic is "public.translation.voice-over".

Note for content authors: for QuickTime movie and .m4v files a media option is considered to have the characteristic AVMediaCharacteristicVoiceOverTranslation only if it's explicitly tagged with that characteristic.

AVFoundationMBS.AVMediaTypeClosedCaption as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media types.

Specifies closed-caption content.

AVFoundationMBS.AVMediaTypeDepthData as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 21.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The key for media type depth data.

AVFoundationMBS.AVMediaTypeMetadata as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media types.

Specifies metadata.

AVFoundationMBS.AVMediaTypeMetadataObject as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 21.2 ✅ Yes ❌ No ❌ No ✅ Yes All
mediaType of AVCaptureInputPorts that provide AVMetadataObjects.

Prior to iOS 9.0, camera AVCaptureDeviceInputs provide metadata (detected faces and barcodes) to an AVCaptureMetadataOutput through an AVCaptureInputPort whose mediaType is AVMediaTypeMetadata. The AVCaptureMetadataOutput presents metadata to the client as an array of AVMetadataObjects, which are defined by Apple and not externally subclassable. Starting in iOS 9.0, clients may record arbitrary metadata to a movie file using the AVCaptureMovieFileOutput. The movie file output consumes metadata in a different format than the AVCaptureMetadataOutput, namely it accepts CMSampleBuffers of type 'meta'.

AVFoundationMBS.AVMediaTypeSubtitle as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media types.

Specifies subtitles.

AVFoundationMBS.AVMediaTypeText as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method AVFoundation MBS AVFoundation Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the media types.

Specifies text.

Previous items Next items

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


The biggest plugin in space...