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