Class MediaCodecMimeTypes
Defines common MIME types.
Inheritance
System.Object
MediaCodecMimeTypes
Namespace: FM.LiveSwitch.Android
Assembly: FM.LiveSwitch.Android.dll
Syntax
public class MediaCodecMimeTypes : object
Fields
BaseTypeAudio
The audio base type.
Declaration
public const string BaseTypeAudio = null
Field Value
Type | Description |
---|---|
System.String |
BaseTypeVideo
The video base type.
Declaration
public const string BaseTypeVideo = null
Field Value
Type | Description |
---|---|
System.String |
H264
The H264 MIME Type.
Declaration
public const string H264 = null
Field Value
Type | Description |
---|---|
System.String |
Opus
The opus MIME Type.
Declaration
public const string Opus = null
Field Value
Type | Description |
---|---|
System.String |
Pcm
The PCM MIME Type.
Declaration
public const string Pcm = null
Field Value
Type | Description |
---|---|
System.String |
Vp8
The VP8 MIME Type.
Declaration
public const string Vp8 = null
Field Value
Type | Description |
---|---|
System.String |
Vp9
The VP9 MIME Type.
Declaration
public const string Vp9 = null
Field Value
Type | Description |
---|---|
System.String |