Class MediaType
Class MediaType
Inheritance
System.Object
MediaType
Namespace: MediaBrowser.Model.Entities
Assembly: MediaBrowser.Model.dll
Syntax
public class MediaType
Fields
Audio
The audio
Declaration
public const string Audio = "Audio"
Field Value
Type | Description |
---|---|
System.String |
Book
The book
Declaration
public const string Book = "Book"
Field Value
Type | Description |
---|---|
System.String |
Game
The game
Declaration
public const string Game = "Game"
Field Value
Type | Description |
---|---|
System.String |
Photo
The photo
Declaration
public const string Photo = "Photo"
Field Value
Type | Description |
---|---|
System.String |
Video
The video
Declaration
public const string Video = "Video"
Field Value
Type | Description |
---|---|
System.String |