quicktime.std.qtcomponents
Class SoundCompressionDialog
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.std.comp.ComponentIdentifier
|
+--quicktime.std.comp.Component
|
+--quicktime.std.qtcomponents.CompressionDialog
|
+--quicktime.std.qtcomponents.SoundCompressionDialog
- All Implemented Interfaces:
- quicktime.jdirect.InterfaceLib, quicktime.jdirect.PrimitivesLib, quicktime.jdirect.QuickTimeLib, quicktime.jdirect.SharedLibrary, com.apple.jdirect.SharedLibrary
- public final class SoundCompressionDialog
- extends CompressionDialog
- implements quicktime.jdirect.QuickTimeLib
This class represents the standard compression dialog for sound.
Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
SoundCompressionDialog
public SoundCompressionDialog()
throws QTException
- Opens the CompressionDialog component.
getInfoSampleRate
public float getInfoSampleRate()
throws StdQTException
- Retrieves the current sample rate for a dialog.
QuickTime::SCGetInfo()
- Returns:
- the sample rate
setInfoSampleRate
public void setInfoSampleRate(float rate)
throws StdQTException
- Sets the current sample rate for a dialog.
QuickTime::SCSetInfo()
- Parameters:
rate
- the new sample rate
getInfoSampleSize
public int getInfoSampleSize()
throws StdQTException
- Retrieves the current sample size for a dialog.
QuickTime::SCGetInfo()
- Returns:
- the sample size
setInfoSampleSize
public void setInfoSampleSize(int size)
throws StdQTException
- Sets the current sample size for a dialog.
QuickTime::SCSetInfo()
- Parameters:
size
- the new sample size
getInfoChannelCount
public int getInfoChannelCount()
throws StdQTException
- Retrieves the current channel count for a dialog.
QuickTime::SCGetInfo()
- Returns:
- the channel count
setInfoChannelCount
public void setInfoChannelCount(int n)
throws StdQTException
- Sets the current channel count for a dialog.
QuickTime::SCSetInfo()
- Parameters:
n
- the new channel count
setInfoCompression
public void setInfoCompression(int compType)
throws StdQTException
- Sets the current compression type for a dialog.
QuickTime::SCSetInfo()
- Parameters:
compType
- the new compression type
getInfoCompression
public int getInfoCompression()
throws StdQTException
- Retrieves the current compression type for a dialog.
QuickTime::SCGetInfo()
- Returns:
- the compression
setInfoCompressionList
public void setInfoCompressionList(int[] compTypes)
throws StdQTException
- Sets the current list of compression types for a dialog.
QuickTime::SCSetInfo()
- Parameters:
compTypes
- the new compression types, if null then show all available compression options.
getInfoCompressionList
public int[] getInfoCompressionList()
throws StdQTException
- Retrieves the current compression type list for a dialog.
QuickTime::SCGetInfo()
- Returns:
- the compression list