Show / Hide Table of Contents

Class MimeTypes.Video

Inheritance
object
MimeTypes.Video
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Http
Assembly: Volo.Abp.Core.dll
Syntax
public static class MimeTypes.Video

Fields

H264

Declaration
public const string H264 = "video/h264"
Field Value
Type Description
string

Mp4

Declaration
public const string Mp4 = "video/mp4"
Field Value
Type Description
string

Mpeg

Declaration
public const string Mpeg = "video/mpeg"
Field Value
Type Description
string

Ogg

Declaration
public const string Ogg = "video/ogg"
Field Value
Type Description
string

Quicktime

Declaration
public const string Quicktime = "video/quicktime"
Field Value
Type Description
string

Threegpp

Declaration
public const string Threegpp = "video/3gpp"
Field Value
Type Description
string

Webm

Declaration
public const string Webm = "video/webm"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform