public class PictureWithMetadata extends Object
| Constructor and Description |
|---|
PictureWithMetadata(Picture picture,
double timestamp,
double duration) |
PictureWithMetadata(Picture picture,
double timestamp,
double duration,
DemuxerTrackMeta.Orientation orientation) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDuration() |
DemuxerTrackMeta.Orientation |
getOrientation() |
Picture |
getPicture() |
double |
getTimestamp() |
public PictureWithMetadata(Picture picture, double timestamp, double duration)
public PictureWithMetadata(Picture picture, double timestamp, double duration, DemuxerTrackMeta.Orientation orientation)
public Picture getPicture()
public double getTimestamp()
public double getDuration()
public DemuxerTrackMeta.Orientation getOrientation()
Copyright © 2018. All rights reserved.