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

    Show / Hide Table of Contents

    Class TranscodingProfile

    Inheritance
    System.Object
    TranscodingProfile
    Namespace: MediaBrowser.Model.Dlna
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class TranscodingProfile

    Properties

    AllowInterlacedVideoStreamCopy

    Declaration
    public bool AllowInterlacedVideoStreamCopy { get; set; }
    Property Value
    Type Description
    System.Boolean

    AudioCodec

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

    BreakOnNonKeyFrames

    Declaration
    public bool BreakOnNonKeyFrames { get; set; }
    Property Value
    Type Description
    System.Boolean

    Container

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

    Context

    Declaration
    public EncodingContext Context { get; set; }
    Property Value
    Type Description
    EncodingContext

    CopyTimestamps

    Declaration
    public bool CopyTimestamps { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableMpegtsM2TsMode

    Declaration
    public bool EnableMpegtsM2TsMode { get; set; }
    Property Value
    Type Description
    System.Boolean

    EstimateContentLength

    Declaration
    public bool EstimateContentLength { get; set; }
    Property Value
    Type Description
    System.Boolean

    FillEmptySubtitleSegments

    Declaration
    public bool FillEmptySubtitleSegments { get; set; }
    Property Value
    Type Description
    System.Boolean

    ManifestSubtitles

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

    MaxAudioChannels

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

    MaxHeight

    Declaration
    public int MaxHeight { get; set; }
    Property Value
    Type Description
    System.Int32

    MaxManifestSubtitles

    Declaration
    public int MaxManifestSubtitles { get; set; }
    Property Value
    Type Description
    System.Int32

    MaxWidth

    Declaration
    public int MaxWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    MinSegments

    Declaration
    public int MinSegments { get; set; }
    Property Value
    Type Description
    System.Int32

    Protocol

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

    SegmentLength

    Declaration
    public int SegmentLength { get; set; }
    Property Value
    Type Description
    System.Int32

    TranscodeSeekInfo

    Declaration
    public TranscodeSeekInfo TranscodeSeekInfo { get; set; }
    Property Value
    Type Description
    TranscodeSeekInfo

    Type

    Declaration
    public DlnaProfileType Type { get; set; }
    Property Value
    Type Description
    DlnaProfileType

    VideoCodec

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

    Methods

    GetAudioCodecs()

    Declaration
    public ReadOnlyMemory<char>[] GetAudioCodecs()
    Returns
    Type Description
    System.ReadOnlyMemory<System.Char>[]

    Extension Methods

    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.