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

    Show / Hide Table of Contents

    Class BaseEncodingJobOptions

    Inheritance
    System.Object
    BaseEncodingJobOptions
    EncodingJobOptions
    Namespace: MediaBrowser.Controller.MediaEncoding
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public class BaseEncodingJobOptions

    Properties

    AllowAudioStreamCopy

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

    AllowInterlacedVideoStreamCopy

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

    AllowVideoStreamCopy

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

    AudioBitRate

    Gets or sets the audio bit rate.

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

    The audio bit rate.

    AudioChannels

    Gets or sets the audio channels.

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

    The audio channels.

    AudioCodec

    Gets or sets the audio codec.

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

    The audio codec.

    AudioSampleRate

    Gets or sets the audio sample rate.

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

    The audio sample rate.

    AudioStreamIndex

    Gets or sets the index of the audio stream.

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

    The index of the audio stream.

    AudioStreams

    Declaration
    [IgnoreDataMember]
    public RequestedStreamInfo[] AudioStreams { get; set; }
    Property Value
    Type Description
    RequestedStreamInfo[]

    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

    CpuCoreLimit

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

    DeleteOutputOnCancellation

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

    DeleteOutputOnException

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

    DeviceId

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

    DisableSoftwareFallback

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

    DurationTicks

    Declaration
    public long? DurationTicks { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    EnableAutoStreamCopy

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

    EnableMpegtsM2TsMode

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

    FillEmptySubtitleSegments

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

    Height

    Gets or sets the height.

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

    The height.

    Id

    Gets or sets the id.

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

    The id.

    IsResolutionCapped

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

    IsTranscodeTestJob

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

    LiveStreamId

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

    ManifestSubtitles

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

    MaxAudioBitDepth

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

    MaxAudioChannels

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

    MaxHeight

    Gets or sets the height of the max.

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

    The height of the max.

    MaxVideoBitDepth

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

    MaxWidth

    Gets or sets the width of the max.

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

    The width of the max.

    MediaSourceId

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

    PlaySessionId

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

    RequireNonAnamorphic

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

    SegmentContainer

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

    SegmentLength

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

    StartTimeTicks

    Gets or sets the start time ticks.

    Declaration
    public long? StartTimeTicks { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    The start time ticks.

    Static

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

    StreamOptions

    Declaration
    public Dictionary<string, string> StreamOptions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    SubtitleCodec

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

    SubtitleMethod

    Declaration
    public SubtitleDeliveryMethod SubtitleMethod { get; set; }
    Property Value
    Type Description
    SubtitleDeliveryMethod

    SubtitleStreamIndex

    Gets or sets the index of the subtitle stream.

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

    The index of the subtitle stream.

    SubtitleStreamIndexes

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

    SubtitleStreams

    Declaration
    [IgnoreDataMember]
    public RequestedStreamInfo[] SubtitleStreams { get; set; }
    Property Value
    Type Description
    RequestedStreamInfo[]

    TranscodeReasons

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

    TranscodingMaxAudioChannels

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

    VideoBitRate

    Gets or sets the video bit rate.

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

    The video bit rate.

    VideoCodec

    Gets or sets the video codec.

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

    The video codec.

    VideoSideDataSubs

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

    VideoStreamIndex

    Gets or sets the index of the video stream.

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

    The index of the video stream.

    Width

    Gets or sets the width.

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

    The width.

    Methods

    GetAudioStreams()

    Declaration
    public RequestedStreamInfo[] GetAudioStreams()
    Returns
    Type Description
    RequestedStreamInfo[]

    GetOption(String)

    Declaration
    public string GetOption(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    System.String

    GetOption(String, String)

    Declaration
    public string GetOption(string qualifier, string name)
    Parameters
    Type Name Description
    System.String qualifier
    System.String name
    Returns
    Type Description
    System.String

    GetSubtitleStreams()

    Declaration
    public RequestedStreamInfo[] GetSubtitleStreams()
    Returns
    Type Description
    RequestedStreamInfo[]

    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.