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#Copypublic class CodecNotSupportedException : InvalidOperationException, ISerializable
- Inheritance
- Implements
Constructors
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 |
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#Copypublic CodecNotSupportedException(CodecKind kind, string message)
Parameters
Type | Name | Description |
---|---|---|
CodecKind | kind | |
System.String | message |
API Level: 3
Properties
Declaration
C#Copypublic CodecKind CodecKind { get; }
Property Value
Type | Description |
---|---|
CodecKind |