All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.music.TuneStatus

java.lang.Object
   |
   +----quicktime.util.QTByteObject
           |
           +----quicktime.std.music.TuneStatus

public final class TuneStatus
extends QTByteObject
implements PrimitivesLib
Presents information on the currently playing tune.

QuickTime::TuneGetStatus


Method Index

 o getQueueCount()
how many pieces queued up?
 o getQueueSpots()
How many more tunepieces can be queued
 o getQueueTime()
How much time is queued up? (can be very inaccurate)
 o getTime()
current tune time
 o getTunePosition()
position within currently playing piece

Methods

 o getTunePosition
 public int getTunePosition()
position within currently playing piece

 o getTime
 public int getTime()
current tune time

 o getQueueCount
 public int getQueueCount()
how many pieces queued up?

 o getQueueSpots
 public int getQueueSpots()
How many more tunepieces can be queued

 o getQueueTime
 public int getQueueTime()
How much time is queued up? (can be very inaccurate)


All Packages  Class Hierarchy  This Package  Previous  Next  Index