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.
C#Copypublic class CodecNotSupportedException : InvalidOperationException, ISerializable
- Inheritance
-
objectSystem.ExceptionSystem.SystemExceptionSystem.InvalidOperationExceptionCodecNotSupportedException
- 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
C#Copypublic 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
C#Copypublic CodecNotSupportedException(CodecKind kind)
Parameters
| Type | Name | Description |
|---|---|---|
| CodecKind | kind |
Properties
Declaration
C#Copypublic CodecKind CodecKind { get; }
Property Value
| Type | Description |
|---|---|
| CodecKind |
Implements
System.Runtime.Serialization.ISerializable