Class CodecNotSupportedException

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.dll

    The exception that is thrown when the codec for an input file or a data stream is not supported or the input is malformed.

    public class CodecNotSupportedException : InvalidOperationException, ISerializable
    Inheritance
    object
    System.Exception
    System.SystemException
    System.InvalidOperationException
    CodecNotSupportedException
    Implements
    System.Runtime.Serialization.ISerializable

    Constructors

    View Source

    CodecNotSupportedException(CodecKind, string)

    Initializes a new instance of the CodecNotSupportedException class with CodecKind indicating which codec is not supported and a specified error message.

    Declaration
    public CodecNotSupportedException(CodecKind kind, string message)
    Parameters
    Type Name Description
    CodecKind kind
    string message
    View Source

    CodecNotSupportedException(CodecKind)

    Initializes a new instance of the CodecNotSupportedException class with CodecKind indicating which codec is not supported.

    Declaration
    public CodecNotSupportedException(CodecKind kind)
    Parameters
    Type Name Description
    CodecKind kind

    Properties

    View Source

    CodecKind

    Gets the CodecKind of the exception.

    Declaration
    public CodecKind CodecKind { get; }
    Property Value
    Type Description
    CodecKind

    Implements

    System.Runtime.Serialization.ISerializable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX