AVMediaType Class

Definition

A class whose static members define constants relating to audiovisual media types.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static class AVMediaType
type AVMediaType = class
Inheritance
AVMediaType
Attributes

Properties

Audio

Represents the value associated with the constant AVMediaTypeAudio

ClosedCaption

Represents the value associated with the constant AVMediaTypeClosedCaption

Metadata

Represents the value associated with the constant AVMediaTypeMetadata

MetadataObject
Muxed

Represents the value associated with the constant AVMediaTypeMuxed

Subtitle

Represents the value associated with the constant AVMediaTypeSubtitle

Text

Represents the value associated with the constant AVMediaTypeText

Timecode

Represents the value associated with the constant AVMediaTypeTimecode

TimedMetadata

Represents the value associated with the constant AVMediaTypeTimedMetadata

Video

Represents the value associated with the constant AVMediaTypeVideo

Applies to

See also