Uses of Class
com.pelzer.util.Timecode.Type

Packages that use Timecode.Type
com.pelzer.util   
 

Uses of Timecode.Type in com.pelzer.util
 

Fields in com.pelzer.util declared as Timecode.Type
static Timecode.Type Timecode.Type.TYPE_AUDIO_CD
          75 frames/sec, 44,100 samples/sec
static Timecode.Type Timecode.Type.TYPE_VIDEO_FILM
          24 frames/sec, 24,000 samples/sec
static Timecode.Type Timecode.Type.TYPE_VIDEO_NTSC
          29.97 frames/sec, 29,970 samples/sec
static Timecode.Type Timecode.Type.TYPE_VIDEO_PAL
          25 frames/sec, 25,000 samples/sec
 

Methods in com.pelzer.util that return Timecode.Type
static Timecode.Type Timecode.Type.getInstance(float framesPerSecond)
          Takes framesPerSecond and attempts to map it to one of our predefined TYPE_ objects.
 

Constructors in com.pelzer.util with parameters of type Timecode.Type
Timecode(float seconds, Timecode.Type type)
          Creates a new timecode of the given type based on seconds.
Timecode(String timecode, Timecode.Type type)
          Creates a new timecode of the given type based on a string in the form HH:MM:SS:FF
Timecode(Timecode.Type type)
          Creates a new blank timecode of the given type set at 00:00:00:00
 



Copyright © 2012. All Rights Reserved.