Class MediaFormat

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.dll
API Level:
3

MediaFormat is a base class for media formats.

C#
Copy
public abstract class MediaFormat
Inheritance
MediaFormat
Derived

Properties

View Source

Type

Gets the type of the current format.

Declaration
C#
Copy
public MediaFormatType Type { get; }
Property Value
Type Description
MediaFormatType
API Level: 3