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
-
objectSystem.ExceptionSystem.SystemExceptionSystem.InvalidOperationExceptionCodecNotSupportedException
- Implements
-
System.Runtime.Serialization.ISerializable
Constructors
View SourceCodecNotSupportedException(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 |
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 SourceCodecKind
Gets the CodecKind of the exception.
Declaration
public CodecKind CodecKind { get; }
Property Value
Type | Description |
---|---|
CodecKind |
Implements
System.Runtime.Serialization.ISerializable