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

    Show / Hide Table of Contents

    Class ProbeStreamParser

    Handles conversion of string values from ffmpeg outputs.

    Inheritance
    System.Object
    ProbeStreamParser
    Namespace: Emby.Media.Common.DataConversion
    Assembly: Emby.Media.Model.dll
    Syntax
    public static class ProbeStreamParser
    Remarks

    See example at the bottom.

    Methods

    GetAttachmentStreamTypeFromProbeStream(ProbeStream)

    Declaration
    public static AttachmentTypes GetAttachmentStreamTypeFromProbeStream(ProbeStream probeStream)
    Parameters
    Type Name Description
    ProbeStream probeStream
    Returns
    Type Description
    AttachmentTypes

    ParseStreamProperties(ProbeStream, StreamBase)

    Declaration
    public static bool ParseStreamProperties(ProbeStream sourceStream, StreamBase targetStream)
    Parameters
    Type Name Description
    ProbeStream sourceStream
    StreamBase targetStream
    Returns
    Type Description
    System.Boolean
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.