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

    Show / Hide Table of Contents

    Class HlsHelper

    Inheritance
    System.Object
    HlsHelper
    Namespace: MediaBrowser.Controller.MediaEncoding
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public static class HlsHelper

    Methods

    GetCodecsValue(String, String, Nullable<Double>, String, String, Boolean)

    Declaration
    public static string GetCodecsValue(string videoCodec, string videoProfile, double? videoLevel, string audioCodec, string audioProfile, bool allowEmptyVideo)
    Parameters
    Type Name Description
    System.String videoCodec
    System.String videoProfile
    System.Nullable<System.Double> videoLevel
    System.String audioCodec
    System.String audioProfile
    System.Boolean allowEmptyVideo
    Returns
    Type Description
    System.String

    GetVariantHeader(MediaStream, MediaStream, Nullable<Int32>)

    Declaration
    public static string GetVariantHeader(MediaStream videoStream, MediaStream audioStream, int? bitrate)
    Parameters
    Type Name Description
    MediaStream videoStream
    MediaStream audioStream
    System.Nullable<System.Int32> bitrate
    Returns
    Type Description
    System.String

    GetVariantHeader(MediaStream, Nullable<Int32>)

    Declaration
    public static string GetVariantHeader(MediaStream audioStream, int? bitrate)
    Parameters
    Type Name Description
    MediaStream audioStream
    System.Nullable<System.Int32> bitrate
    Returns
    Type Description
    System.String
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.