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

    Show / Hide Table of Contents

    Interface ITestEncodingJobInfo

    Namespace: MediaBrowser.Controller.MediaEncoding.Tests
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public interface ITestEncodingJobInfo

    Properties

    AwaitableTask

    Declaration
    Task<bool> AwaitableTask { get; }
    Property Value
    Type Description
    System.Threading.Tasks.Task<System.Boolean>

    CommandLine

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

    EncodingDurationTicks

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

    Id

    Declaration
    Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid

    MediaSource

    Declaration
    MediaSourceInfo MediaSource { get; set; }
    Property Value
    Type Description
    MediaSourceInfo

    OutputContainer

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

    OutputFilePath

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

    OutputHeight

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

    OutputSubProtocol

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

    OutputVideoBitrate

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

    OutputVideoCodec

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

    OutputWidth

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

    TotalOutputBitrate

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

    VideoStream

    Declaration
    MediaStream VideoStream { get; set; }
    Property Value
    Type Description
    MediaStream

    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.