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

    Show / Hide Table of Contents

    Class MediaFormatProfileResolver

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

    Methods

    ResolveAudioFormat(ReadOnlySpan<Char>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

    Declaration
    public MediaFormatProfile? ResolveAudioFormat(ReadOnlySpan<char> container, int? bitrate, int? frequency, int? channels)
    Parameters
    Type Name Description
    System.ReadOnlySpan<System.Char> container
    System.Nullable<System.Int32> bitrate
    System.Nullable<System.Int32> frequency
    System.Nullable<System.Int32> channels
    Returns
    Type Description
    System.Nullable<MediaFormatProfile>

    ResolveImageFormat(ReadOnlySpan<Char>, Nullable<Int32>, Nullable<Int32>)

    Declaration
    public MediaFormatProfile? ResolveImageFormat(ReadOnlySpan<char> container, int? width, int? height)
    Parameters
    Type Name Description
    System.ReadOnlySpan<System.Char> container
    System.Nullable<System.Int32> width
    System.Nullable<System.Int32> height
    Returns
    Type Description
    System.Nullable<MediaFormatProfile>

    ResolveVideoFormat(ReadOnlySpan<Char>, ReadOnlySpan<Char>, ReadOnlySpan<Char>, Nullable<Int32>, Nullable<Int32>, TransportStreamTimestamp)

    Declaration
    public string[] ResolveVideoFormat(ReadOnlySpan<char> container, ReadOnlySpan<char> videoCodec, ReadOnlySpan<char> audioCodec, int? width, int? height, TransportStreamTimestamp timestampType)
    Parameters
    Type Name Description
    System.ReadOnlySpan<System.Char> container
    System.ReadOnlySpan<System.Char> videoCodec
    System.ReadOnlySpan<System.Char> audioCodec
    System.Nullable<System.Int32> width
    System.Nullable<System.Int32> height
    TransportStreamTimestamp timestampType
    Returns
    Type Description
    System.String[]

    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.