Mp4OrientationData
@UnstableApi
class Mp4OrientationData : Metadata.Entry
Stores the orientation hint for the video playback.
The orientation hint is typically read/written in the "tkhd" box (track header box, defined in ISO/IEC 14496-12).
Summary
Public constructors |
|---|
Mp4OrientationData(orientation: Int)Creates an instance. |
Public properties |
|
|---|---|
Int |
The orientation, in degrees. |
Inherited functions |
||||||
|---|---|---|---|---|---|---|
|
Public constructors
Mp4OrientationData
Mp4OrientationData(orientation: Int)
Creates an instance.
| Parameters | |
|---|---|
orientation: Int |
The orientation, in degrees. The supported values are 0, 90, 180 and 270 (degrees). |