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

    Show / Hide Table of Contents

    Class ConditionProcessor

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

    Methods

    IsAudioConditionSatisfied(ProfileCondition, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

    Declaration
    public bool IsAudioConditionSatisfied(ProfileCondition condition, int? audioChannels, int? audioBitrate, int? audioSampleRate, int? audioBitDepth)
    Parameters
    Type Name Description
    ProfileCondition condition
    System.Nullable<System.Int32> audioChannels
    System.Nullable<System.Int32> audioBitrate
    System.Nullable<System.Int32> audioSampleRate
    System.Nullable<System.Int32> audioBitDepth
    Returns
    Type Description
    System.Boolean

    IsImageConditionSatisfied(ProfileCondition, Nullable<Int32>, Nullable<Int32>)

    Declaration
    public bool IsImageConditionSatisfied(ProfileCondition condition, int? width, int? height)
    Parameters
    Type Name Description
    ProfileCondition condition
    System.Nullable<System.Int32> width
    System.Nullable<System.Int32> height
    Returns
    Type Description
    System.Boolean

    IsVideoAudioConditionSatisfied(ProfileCondition, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, ReadOnlySpan<Char>, Nullable<Boolean>)

    Declaration
    public bool IsVideoAudioConditionSatisfied(ProfileCondition condition, int? audioChannels, int? audioBitrate, int? audioSampleRate, int? audioBitDepth, ReadOnlySpan<char> audioProfile, bool? isSecondaryTrack)
    Parameters
    Type Name Description
    ProfileCondition condition
    System.Nullable<System.Int32> audioChannels
    System.Nullable<System.Int32> audioBitrate
    System.Nullable<System.Int32> audioSampleRate
    System.Nullable<System.Int32> audioBitDepth
    System.ReadOnlySpan<System.Char> audioProfile
    System.Nullable<System.Boolean> isSecondaryTrack
    Returns
    Type Description
    System.Boolean

    IsVideoConditionSatisfied(ProfileCondition, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, ReadOnlySpan<Char>, ReadOnlySpan<Char>, Nullable<Double>, Single, Nullable<TransportStreamTimestamp>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, ReadOnlySpan<Char>)

    Declaration
    public bool IsVideoConditionSatisfied(ProfileCondition condition, int? width, int? height, int? videoBitDepth, int? videoBitrate, ReadOnlySpan<char> videoProfile, ReadOnlySpan<char> videoRange, double? videoLevel, float videoFramerate, TransportStreamTimestamp? timestamp, bool? isAnamorphic, bool? isInterlaced, int? refFrames, int? videoRotation, int? numVideoStreams, int? numAudioStreams, ReadOnlySpan<char> videoCodecTag)
    Parameters
    Type Name Description
    ProfileCondition condition
    System.Nullable<System.Int32> width
    System.Nullable<System.Int32> height
    System.Nullable<System.Int32> videoBitDepth
    System.Nullable<System.Int32> videoBitrate
    System.ReadOnlySpan<System.Char> videoProfile
    System.ReadOnlySpan<System.Char> videoRange
    System.Nullable<System.Double> videoLevel
    System.Single videoFramerate
    System.Nullable<TransportStreamTimestamp> timestamp
    System.Nullable<System.Boolean> isAnamorphic
    System.Nullable<System.Boolean> isInterlaced
    System.Nullable<System.Int32> refFrames
    System.Nullable<System.Int32> videoRotation
    System.Nullable<System.Int32> numVideoStreams
    System.Nullable<System.Int32> numAudioStreams
    System.ReadOnlySpan<System.Char> videoCodecTag
    Returns
    Type Description
    System.Boolean

    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.