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

    Show / Hide Table of Contents

    Class TranscodingInfo

    Inheritance
    System.Object
    TranscodingInfo
    Namespace: MediaBrowser.Model.Session
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class TranscodingInfo

    Constructors

    TranscodingInfo()

    Declaration
    public TranscodingInfo()

    Properties

    AudioBitrate

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

    AudioChannels

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

    AudioCodec

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

    AverageCpuUsage

    Declaration
    [Obsolete("Deprecated, please use ProcessStatistics instead")]
    public double? AverageCpuUsage { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Bitrate

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

    CompletionPercentage

    Declaration
    public double? CompletionPercentage { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Container

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

    CpuHistory

    Declaration
    [Obsolete("Deprecated, please use ProcessStatistics instead")]
    public Tuple<double, double>[] CpuHistory { get; set; }
    Property Value
    Type Description
    System.Tuple<System.Double, System.Double>[]

    CurrentCpuUsage

    Declaration
    [Obsolete("Deprecated, please use ProcessStatistics instead")]
    public double? CurrentCpuUsage { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    CurrentThrottle

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

    Framerate

    Declaration
    public float? Framerate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Single>

    Height

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

    IsAudioDirect

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

    IsVideoDirect

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

    ProcessStatistics

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

    SubProtocol

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

    SubtitlePipelineInfos

    Declaration
    public VideoPipelineInfo[] SubtitlePipelineInfos { get; set; }
    Property Value
    Type Description
    VideoPipelineInfo[]

    TranscodeReasons

    Declaration
    public TranscodeReason[] TranscodeReasons { get; set; }
    Property Value
    Type Description
    TranscodeReason[]

    TranscodingPositionTicks

    Declaration
    public double? TranscodingPositionTicks { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    TranscodingStartPositionTicks

    Declaration
    public double? TranscodingStartPositionTicks { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    VideoBitrate

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

    VideoCodec

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

    VideoDecoder

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

    VideoDecoderHwAccel

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

    VideoDecoderIsHardware

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

    VideoDecoderMediaType

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

    VideoEncoder

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

    VideoEncoderHwAccel

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

    VideoEncoderIsHardware

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

    VideoEncoderMediaType

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

    VideoPipelineInfo

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

    Width

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

    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.