Class ContainerMediaFormat
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.dll
- API Level:
- 3
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 |
|
API Level: 3
Properties
Declaration
C#Copypublic MediaFormatContainerMimeType MimeType { get; }
Property Value
Type | Description |
---|---|
MediaFormatContainerMimeType |
API Level: 3
Methods
Declaration
C#Copypublic override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | A System.Object to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if the formats are equal; otherwise, false. |
Overrides
System.Object.Equals(System.Object)
API Level: 3
Declaration
C#Copypublic override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | The hash code for this instance of ContainerMediaFormat. |
Overrides
System.Object.GetHashCode()
API Level: 3
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |