All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.movies.media.MPEGMediaHandler

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.std.comp.ComponentIdentifier
                   |
                   +----quicktime.std.comp.Component
                           |
                           +----quicktime.std.movies.media.MediaHandler
                                   |
                                   +----quicktime.std.movies.media.VisualMediaHandler
                                           |
                                           +----quicktime.std.movies.media.VideoMediaHandler
                                                   |
                                                   +----quicktime.std.movies.media.MPEGMediaHandler

public class MPEGMediaHandler
extends VideoMediaHandler
implements QuickTimeLib, AudioMediaHandler

Method Index

 o getBalance()
Returns the balance of a sound media.
 o setBalance(float)
Sets the balance of a sound media.

Methods

 o getBalance
 public final float getBalance() throws StdQTException
Returns the balance of a sound media. Range from -1.0 (Left) to 0 (Equal) to 1.0 (Right)

QuickTime::MediaGetSoundBalance()

Returns:
the balance value
 o setBalance
 public final void setBalance(float balance) throws StdQTException
Sets the balance of a sound media. Range from -1.0 (Left) to 0 (Equal) to 1.0 (Right)

QuickTime::MediaSetSoundBalance()

Parameters:
balance - the new balance value.

All Packages  Class Hierarchy  This Package  Previous  Next  Index