Package | Description |
---|---|
com.coremedia.iso.boxes | |
com.googlecode.mp4parser.authoring | |
com.googlecode.mp4parser.util |
Modifier and Type | Method and Description |
---|---|
Matrix |
TrackHeaderBox.getMatrix() |
Matrix |
MovieHeaderBox.getMatrix() |
Modifier and Type | Method and Description |
---|---|
void |
TrackHeaderBox.setMatrix(Matrix matrix) |
void |
MovieHeaderBox.setMatrix(Matrix matrix) |
Modifier and Type | Method and Description |
---|---|
Matrix |
TrackMetaData.getMatrix() |
Matrix |
Movie.getMatrix() |
Modifier and Type | Method and Description |
---|---|
void |
TrackMetaData.setMatrix(Matrix matrix) |
void |
Movie.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(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 © 2014. All rights reserved.