public class TapeTimecode extends Object
Modifier and Type | Field and Description |
---|---|
static TapeTimecode |
ZERO_TAPE_TIMECODE |
Constructor and Description |
---|
TapeTimecode(short hour,
byte minute,
byte second,
byte frame,
boolean dropFrame,
int tapeFps) |
Modifier and Type | Method and Description |
---|---|
byte |
getFrame() |
short |
getHour() |
byte |
getMinute() |
byte |
getSecond() |
int |
getTapeFps() |
boolean |
isDropFrame() |
static TapeTimecode |
tapeTimecode(long frame,
boolean dropFrame,
int tapeFps) |
String |
toString() |
public static final TapeTimecode ZERO_TAPE_TIMECODE
public TapeTimecode(short hour, byte minute, byte second, byte frame, boolean dropFrame, int tapeFps)
public short getHour()
public byte getMinute()
public byte getSecond()
public byte getFrame()
public boolean isDropFrame()
public int getTapeFps()
public static TapeTimecode tapeTimecode(long frame, boolean dropFrame, int tapeFps)
Copyright © 2019. All rights reserved.