Class ContainerMediaFormat
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
Represents a container media format. This class cannot be inherited.
C#Copypublic sealed class ContainerMediaFormat : MediaFormat
- Inheritance
Constructors
View Source
ContainerMediaFormat(MediaFormatContainerMimeType)
Initializes a new instance of the ContainerMediaFormat class.
Declaration
C#Copypublic ContainerMediaFormat(MediaFormatContainerMimeType mimeType)
Parameters
| Type | Name | Description |
|---|---|---|
| MediaFormatContainerMimeType | mimeType | The mime type of the container format. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentException |
|
Properties
Declaration
C#Copypublic MediaFormatContainerMimeType MimeType { get; }
Property Value
| Type | Description |
|---|---|
| MediaFormatContainerMimeType |
Methods
Declaration
C#Copypublic override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | A object to compare. |
Returns
| Type | Description |
|---|---|
| bool | true if the formats are equal; otherwise, false. |
Overrides
object.Equals(object)
Declaration
C#Copypublic override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | The hash code for this instance of ContainerMediaFormat. |
Overrides
object.GetHashCode()
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Overrides
object.ToString()