Class MediaCodecMimeTypes
Defines common MIME types.
Inheritance
System.Object
MediaCodecMimeTypes
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch.Android
Assembly: FM.LiveSwitch.Android.dll
Syntax
public class MediaCodecMimeTypes
Fields
BaseTypeAudio
The audio base type.
Declaration
public const string BaseTypeAudio = "audio"
Field Value
Type | Description |
---|---|
System.String |
BaseTypeVideo
The video base type.
Declaration
public const string BaseTypeVideo = "video"
Field Value
Type | Description |
---|---|
System.String |
H264
The H264 MIME Type.
Declaration
public const string H264 = "video/avc"
Field Value
Type | Description |
---|---|
System.String |
Opus
The opus MIME Type.
Declaration
public const string Opus = "audio/opus"
Field Value
Type | Description |
---|---|
System.String |
Pcm
The PCM MIME Type.
Declaration
public const string Pcm = "audio/raw"
Field Value
Type | Description |
---|---|
System.String |
Vp8
The VP8 MIME Type.
Declaration
public const string Vp8 = "video/x-vnd.on2.vp8"
Field Value
Type | Description |
---|---|
System.String |
Vp9
The VP9 MIME Type.
Declaration
public const string Vp9 = "video/x-vnd.on2.vp9"
Field Value
Type | Description |
---|---|
System.String |