Class CodecNotSupportedException

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.dll
API Level:
3

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

C#
Copy
public class CodecNotSupportedException : InvalidOperationException, ISerializable
Inheritance
System.Object
System.InvalidOperationException
CodecNotSupportedException
Implements
System.Runtime.Serialization.ISerializable

Constructors

View Source

CodecNotSupportedException(CodecKind)

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

Declaration
C#
Copy
public CodecNotSupportedException(CodecKind kind)
Parameters
Type Name Description
CodecKind kind
API Level: 3
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
C#
Copy
public CodecNotSupportedException(CodecKind kind, string message)
Parameters
Type Name Description
CodecKind kind
System.String message
API Level: 3

Properties

View Source

CodecKind

Gets the CodecKind of the exception.

Declaration
C#
Copy
public CodecKind CodecKind { get; }
Property Value
Type Description
CodecKind
API Level: 3

Implements

System.Runtime.Serialization.ISerializable