MediaSubtype enum
Detailed media types Compare https://www.iana.org/assignments/media-types/media-types.xhtml
- Inheritance
- Available extensions
Values
- textPlain → const MediaSubtype
- textHtml → const MediaSubtype
- textCalendar → const MediaSubtype
- textVcard → const MediaSubtype
- textMarkdown → const MediaSubtype
- textRfc822Headers → const MediaSubtype
-
Headers of an email message
- audioBasic → const MediaSubtype
- audioMpeg → const MediaSubtype
- audioMp3 → const MediaSubtype
- audioMp4 → const MediaSubtype
- audioOgg → const MediaSubtype
- audioWav → const MediaSubtype
- audioMidi → const MediaSubtype
- audioMod → const MediaSubtype
- audioAiff → const MediaSubtype
- audioWebm → const MediaSubtype
- audioAac → const MediaSubtype
- imageJpeg → const MediaSubtype
- imagePng → const MediaSubtype
- imageGif → const MediaSubtype
- imageWebp → const MediaSubtype
- imageBmp → const MediaSubtype
- imageSvgXml → const MediaSubtype
- videoMpeg → const MediaSubtype
- videoMp4 → const MediaSubtype
- videoWebm → const MediaSubtype
- videoH264 → const MediaSubtype
- videoOgg → const MediaSubtype
- applicationJson → const MediaSubtype
- applicationZip → const MediaSubtype
- applicationXml → const MediaSubtype
- applicationOctetStream → const MediaSubtype
- applicationCalendarJson → const MediaSubtype
- applicationCalendarXml → const MediaSubtype
- applicationVcardJson → const MediaSubtype
- applicationVcardXml → const MediaSubtype
- applicationPdf → const MediaSubtype
- applicationOfficeDocumentWordProcessingDocument → const MediaSubtype
- applicationOfficeDocumentWordProcessingTemplate → const MediaSubtype
- applicationOfficeDocumentSpreadsheetSheet → const MediaSubtype
- applicationOfficeDocumentSpreadsheetTemplate → const MediaSubtype
- applicationOfficeDocumentPresentationPresentation → const MediaSubtype
- applicationOfficeDocumentPresentationTemplate → const MediaSubtype
- applicationPgpSignature → const MediaSubtype
-
part that contains the signature, https://tools.ietf.org/html/rfc3156
- applicationPgpEncrypted → const MediaSubtype
-
encrypted message part, https://tools.ietf.org/html/rfc3156
- applicationPgpKeys → const MediaSubtype
-
part that contains PGP keys, compare https://tools.ietf.org/html/rfc3156
- modelMesh → const MediaSubtype
- modelVrml → const MediaSubtype
- modelX3dXml → const MediaSubtype
- modelX3dVrml → const MediaSubtype
- modelX3dBinary → const MediaSubtype
- modelVndColladaXml → const MediaSubtype
- messageRfc822 → const MediaSubtype
-
embedded message, https://tools.ietf.org/html/rfc2045 https://tools.ietf.org/html/rfc2046
- messagePartial → const MediaSubtype
-
partial message, https://tools.ietf.org/html/rfc2045 https://tools.ietf.org/html/rfc2046
- messageDeliveryStatus → const MediaSubtype
-
delivery status of a message, https://tools.ietf.org/html/rfc1894
- messageDispositionNotification → const MediaSubtype
-
read receipt, https://tools.ietf.org/html/rfc8098
- multipartAlternative → const MediaSubtype
- multipartMixed → const MediaSubtype
- multipartParallel → const MediaSubtype
- multipartPartial → const MediaSubtype
- multipartRelated → const MediaSubtype
- multipartDigest → const MediaSubtype
- multipartSigned → const MediaSubtype
-
signed message, https://tools.ietf.org/html/rfc1847
- multipartEncrypted → const MediaSubtype
-
encrypted message, https://tools.ietf.org/html/rfc1847
- multipartReport → const MediaSubtype
- fontOtf → const MediaSubtype
- fontTtf → const MediaSubtype
- fontWoff → const MediaSubtype
- fontWoff2 → const MediaSubtype
- fontCollection → const MediaSubtype
- other → const MediaSubtype
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- mediaType → MediaType
-
Available on MediaSubtype, provided by the MediaSubtypeExtension extension
Retrieves a new media type based on this subtypeno setter - name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
MediaSubtype> - A constant List of the values in this enum, in order of their declaration.