public class Frame extends Object
Constructor and Description |
---|
Frame(Picture pic,
RationalLarge pts,
RationalLarge duration,
Rational pixelAspect,
int frameNo,
TapeTimecode tapeTimecode,
List<String> messages) |
Modifier and Type | Method and Description |
---|---|
RationalLarge |
getDuration() |
int |
getFrameNo() |
List<String> |
getMessages() |
Picture |
getPic() |
Rational |
getPixelAspect() |
RationalLarge |
getPts() |
TapeTimecode |
getTapeTimecode() |
boolean |
isAvailable() |
public Frame(Picture pic, RationalLarge pts, RationalLarge duration, Rational pixelAspect, int frameNo, TapeTimecode tapeTimecode, List<String> messages)
public Picture getPic()
public RationalLarge getPts()
public RationalLarge getDuration()
public Rational getPixelAspect()
public TapeTimecode getTapeTimecode()
public int getFrameNo()
public boolean isAvailable()
Copyright © 2019. All rights reserved.