|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbin.Duration
public class Duration
Field Summary | |
---|---|
static java.lang.String |
SYNOPSIS
|
Constructor Summary | |
---|---|
Duration()
|
Method Summary | |
---|---|
static java.lang.String |
framesToTime(long frames,
int sampleRate)
Return a hh:mm:ss time stamp for a number of frames and given sampling rate |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SYNOPSIS
Constructor Detail |
---|
public Duration()
Method Detail |
---|
public static java.lang.String framesToTime(long frames, int sampleRate)
frames
- number of framessampleRate
- sampling rate
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |