| Package | Description |
|---|---|
| org.mp4parser.boxes.iso14496.part12 | |
| org.mp4parser.support |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
MovieHeaderBox.getMatrix() |
Matrix |
TrackHeaderBox.getMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
MovieHeaderBox.setMatrix(Matrix matrix) |
void |
TrackHeaderBox.setMatrix(Matrix matrix) |
| Modifier and Type | Field and Description |
|---|---|
static Matrix |
Matrix.ROTATE_0 |
static Matrix |
Matrix.ROTATE_180 |
static Matrix |
Matrix.ROTATE_270 |
static Matrix |
Matrix.ROTATE_90 |
| Modifier and Type | Method and Description |
|---|---|
static Matrix |
Matrix.fromByteBuffer(java.nio.ByteBuffer byteBuffer) |
static Matrix |
Matrix.fromFileOrder(double a,
double b,
double u,
double c,
double d,
double v,
double tx,
double ty,
double w) |
Copyright © 2020. All rights reserved.