PMDarwinAVFileType enum

File format UTIs typedef NSString * AVFileType NS_EXTENSIBLE_STRING_ENUM;

Inheritance
Available extensions

Values

mov → const PMDarwinAVFileType

@constant AVFileTypeQuickTimeMovie @abstract A UTI for the QuickTime movie file format. @discussion The value of this UTI is @"com.apple.quicktime-movie".

AVF_EXPORT AVFileType const AVFileTypeQuickTimeMovie API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), watchos(1.0));

mp4 → const PMDarwinAVFileType

@constant AVFileTypeMPEG4 @abstract A UTI for the MPEG-4 file format. @discussion The value of this UTI is @"public.mpeg-4". Files are identified with the .mp4 extension.

AVF_EXPORT AVFileType const AVFileTypeMPEG4 API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), watchos(1.0));

m4v → const PMDarwinAVFileType

@constant AVFileTypeAppleM4V @discussion The value of this UTI is @"com.apple.m4v-video". Files are identified with the .m4v extension.

AVF_EXPORT AVFileType const AVFileTypeAppleM4V API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), watchos(1.0));

m4a → const PMDarwinAVFileType

@constant AVFileTypeAppleM4A @discussion The value of this UTI is @"com.apple.m4a-audio". Files are identified with the .m4a extension.

AVF_EXPORT AVFileType const AVFileTypeAppleM4A API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), watchos(1.0));

$3gp → const PMDarwinAVFileType

@constant AVFileType3GPP @abstract A UTI for the 3GPP file format. @discussion The value of this UTI is @"public.3gpp". Files are identified with the .3gp, .3gpp, and .sdv extensions.

AVF_EXPORT AVFileType const AVFileType3GPP API_AVAILABLE(macos(10.11), ios(4.0), tvos(9.0), watchos(1.0));

$3gp2 → const PMDarwinAVFileType

@constant AVFileType3GPP2 @abstract A UTI for the 3GPP file format. @discussion The value of this UTI is @"public.3gpp2". Files are identified with the .3g2, .3gp2 extensions.

AVF_EXPORT AVFileType const AVFileType3GPP2 API_AVAILABLE(macos(10.11), ios(4.0), tvos(9.0), watchos(1.0));

caf → const PMDarwinAVFileType

@constant AVFileTypeCoreAudioFormat @abstract A UTI for the Core Audio Format. @discussion The value of this UTI is @"com.apple.coreaudio-format". Files are identified with the .caf extension.

AVF_EXPORT AVFileType const AVFileTypeCoreAudioFormat API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), watchos(1.0));

wav → const PMDarwinAVFileType

@constant AVFileTypeWAVE @abstract A UTI for the WAVE audio file format. @discussion The value of this UTI is @"com.microsoft.waveform-audio". Files are identified with the .wav extension.

AVF_EXPORT AVFileType const AVFileTypeWAVE API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), watchos(1.0));

aif → const PMDarwinAVFileType

@constant AVFileTypeAIFF @abstract A UTI for the AIFF audio file format. @discussion The value of this UTI is @"public.aiff-audio". Files are identified with the .aiff extension.

AVF_EXPORT AVFileType const AVFileTypeAIFF API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), watchos(1.0));

aifc → const PMDarwinAVFileType

@constant AVFileTypeAIFC @abstract A UTI for the AIFC audio file format. @discussion The value of this UTI is @"public.aifc-audio". Files are identified with the .aifc extension.

AVF_EXPORT AVFileType const AVFileTypeAIFC API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), watchos(1.0));

amr → const PMDarwinAVFileType

@constant AVFileTypeAMR @abstract A UTI for the AMR audio file format. @discussion The value of this UTI is @"org.3gpp.adaptive-multi-rate-audio". Files are identified with the .amr extension.

AVF_EXPORT AVFileType const AVFileTypeAMR API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), watchos(1.0));

mp3 → const PMDarwinAVFileType

@constant AVFileTypeMPEGLayer3 @abstract A UTI for the MPEG Layer 3 audio file format. @discussion The value of this UTI is @"public.mp3". Files are identified with the .mp3 extension.

AVF_EXPORT AVFileType const AVFileTypeMPEGLayer3 API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), watchos(1.0));

au → const PMDarwinAVFileType

@constant AVFileTypeSunAU @abstract A UTI for the Sun AU audio file format. @discussion The value of this UTI is @"public.au-audio". Files are identified with the .au extension.

AVF_EXPORT AVFileType const AVFileTypeSunAU API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), watchos(1.0));

ac3 → const PMDarwinAVFileType

@constant AVFileTypeAC3 @abstract A UTI for the AC-3 audio file format. @discussion The value of this UTI is @"public.ac3-audio". Files are identified with the .ac3 extension.

AVF_EXPORT AVFileType const AVFileTypeAC3 API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), watchos(1.0));

eac3 → const PMDarwinAVFileType

@constant AVFileTypeEnhancedAC3 @abstract A UTI for the Enhanced AC-3 audio file format. @discussion The value of this UTI is @"public.enhanced-ac3". Files are identified with the .eac3 extension.

AVF_EXPORT AVFileType const AVFileTypeEnhancedAC3 API_AVAILABLE(macos(10.11), ios(9.0), tvos(9.0), watchos(2.0));

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PMDarwinAVFileType>
A constant List of the values in this enum, in order of their declaration.