Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class MediaInfo

    Inheritance
    System.Object
    MediaSourceInfo
    MediaInfo
    Implements
    IHasProviderIds
    Inherited Members
    MediaSourceInfo.Protocol
    MediaSourceInfo.Id
    MediaSourceInfo.Path
    MediaSourceInfo.EncoderPath
    MediaSourceInfo.EncoderProtocol
    MediaSourceInfo.Type
    MediaSourceInfo.ProbePath
    MediaSourceInfo.ProbeProtocol
    MediaSourceInfo.Container
    MediaSourceInfo.Size
    MediaSourceInfo.Name
    MediaSourceInfo.SortName
    MediaSourceInfo.IsRemote
    MediaSourceInfo.HasMixedProtocols
    MediaSourceInfo.RunTimeTicks
    MediaSourceInfo.ContainerStartTimeTicks
    MediaSourceInfo.SupportsTranscoding
    MediaSourceInfo.TrancodeLiveStartIndex
    MediaSourceInfo.WallClockStart
    MediaSourceInfo.Controller
    MediaSourceInfo.SupportsDirectStream
    MediaSourceInfo.SupportsDirectPlay
    MediaSourceInfo.IsInfiniteStream
    MediaSourceInfo.RequiresOpening
    MediaSourceInfo.OpenToken
    MediaSourceInfo.RequiresClosing
    MediaSourceInfo.LiveStreamId
    MediaSourceInfo.BufferMs
    MediaSourceInfo.RequiresLooping
    MediaSourceInfo.SupportsProbing
    MediaSourceInfo.Video3DFormat
    MediaSourceInfo.MediaStreams
    MediaSourceInfo.Formats
    MediaSourceInfo.Bitrate
    MediaSourceInfo.Timestamp
    MediaSourceInfo.RequiredHttpHeaders
    MediaSourceInfo.DirectStreamUrl
    MediaSourceInfo.AddApiKeyToDirectStreamUrl
    MediaSourceInfo.TranscodingUrl
    MediaSourceInfo.TranscodingSubProtocol
    MediaSourceInfo.TranscodingContainer
    MediaSourceInfo.AnalyzeDurationMs
    MediaSourceInfo.ReadAtNativeFramerate
    MediaSourceInfo.InferTotalBitrate(Boolean)
    MediaSourceInfo.TranscodeReasons
    MediaSourceInfo.DefaultAudioStreamIndex
    MediaSourceInfo.DefaultSubtitleStreamIndex
    MediaSourceInfo.DefaultAudioStream
    MediaSourceInfo.GetDefaultAudioStream(Nullable<Int32>)
    MediaSourceInfo.VideoStream
    MediaSourceInfo.GetMediaStream(MediaStreamType, Int32)
    MediaSourceInfo.GetMediaStreams(MediaStreamType)
    MediaSourceInfo.GetStreamCount(MediaStreamType)
    MediaSourceInfo.IsSecondaryAudio(MediaStream)
    MediaSourceInfo.ItemId
    MediaSourceInfo.ServerId
    MediaSourceInfo.ToString()
    Namespace: MediaBrowser.Model.MediaInfo
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class MediaInfo : MediaSourceInfo, IHasProviderIds

    Properties

    Album

    Gets or sets the album.

    Declaration
    public string Album { get; set; }
    Property Value
    Type Description
    System.String

    The album.

    AlbumArtists

    Gets or sets the album artists.

    Declaration
    public string[] AlbumArtists { get; set; }
    Property Value
    Type Description
    System.String[]

    The album artists.

    AlbumTags

    Declaration
    public string[] AlbumTags { get; set; }
    Property Value
    Type Description
    System.String[]

    Artists

    Gets or sets the artists.

    Declaration
    public string[] Artists { get; set; }
    Property Value
    Type Description
    System.String[]

    The artists.

    Chapters

    Declaration
    public ChapterInfo[] Chapters { get; set; }
    Property Value
    Type Description
    ChapterInfo[]

    Composers

    Gets or sets the studios.

    Declaration
    public string[] Composers { get; set; }
    Property Value
    Type Description
    System.String[]

    The studios.

    DateCreated

    Declaration
    public DateTimeOffset? DateCreated { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    Genres

    Declaration
    public string[] Genres { get; set; }
    Property Value
    Type Description
    System.String[]

    IndexNumber

    Declaration
    public int? IndexNumber { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    OfficialRating

    Gets or sets the official rating.

    Declaration
    public string OfficialRating { get; set; }
    Property Value
    Type Description
    System.String

    The official rating.

    OfficialRatingDescription

    Gets or sets the official rating description.

    Declaration
    public string OfficialRatingDescription { get; set; }
    Property Value
    Type Description
    System.String

    The official rating description.

    Overview

    Gets or sets the overview.

    Declaration
    public string Overview { get; set; }
    Property Value
    Type Description
    System.String

    The overview.

    ParentIndexNumber

    Declaration
    public int? ParentIndexNumber { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    People

    Declaration
    public BaseItemPerson[] People { get; set; }
    Property Value
    Type Description
    BaseItemPerson[]

    PremiereDate

    Declaration
    public DateTimeOffset? PremiereDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    ProductionYear

    Declaration
    public int? ProductionYear { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    ProviderIds

    Declaration
    public ProviderIdDictionary ProviderIds { get; set; }
    Property Value
    Type Description
    ProviderIdDictionary

    Studios

    Declaration
    public string[] Studios { get; set; }
    Property Value
    Type Description
    System.String[]

    Tags

    Declaration
    public string[] Tags { get; set; }
    Property Value
    Type Description
    System.String[]

    Implements

    IHasProviderIds

    Extension Methods

    ProviderIdsExtensions.HasProviderId(IHasProviderIds, MetadataProviders)
    ProviderIdsExtensions.HasProviderId(IHasProviderIds, String)
    ProviderIdsExtensions.GetProviderId(IHasProviderIds, MetadataProviders)
    ProviderIdsExtensions.GetProviderId(IHasProviderIds, String)
    ProviderIdsExtensions.GetProviderIds(IHasProviderIds, String)
    ProviderIdsExtensions.SetProviderId(IHasProviderIds, String, String)
    ProviderIdsExtensions.SetProviderId(IHasProviderIds, String, String[])
    ProviderIdsExtensions.SetProviderId(IHasProviderIds, MetadataProviders, String)
    ProviderIdsExtensions.SetProviderId(IHasProviderIds, MetadataProviders, String[])
    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.