Uses of Class
uk.org.toot.audio.core.ChannelFormat

Packages that use ChannelFormat
uk.org.toot.audio.core This package provides the core composite model for the Audio problem domain, separating the concerns of processing (AudioProcess) from the control of that processing (AudioControls). 
uk.org.toot.audio.meter This package provides a K-System meter. 
uk.org.toot.audio.mixer This package provides a professional audio mixer which uses plugin effects processors. 
uk.org.toot.audio.server This package provides interfaces AudioClient and AudioServer which define a simple contract which separates the concern of client digital signal processing from its timing and the provision of external i/o. 
uk.org.toot.audio.spi This package provides an abstract specialisation of a ServiceProvider, AudioServiceProvider, and an abstract class TootAudioServiceProvider which is an example of how to implement an AudioServiceProvider for a specific provider. 
 

Uses of ChannelFormat in uk.org.toot.audio.core
 

Fields in uk.org.toot.audio.core declared as ChannelFormat
static ChannelFormat ChannelFormat.FIVE_1
          The default 5.1 ChannelFormat
static ChannelFormat ChannelFormat.MONO
          The Mono ChannelFormat
static ChannelFormat ChannelFormat.QUAD
          The default Quad ChannelFormat
static ChannelFormat ChannelFormat.STEREO
          The default Stereo ChannelFormat
 

Methods in uk.org.toot.audio.core that return ChannelFormat
 ChannelFormat AudioBuffer.getChannelFormat()
          Guesses format if unset.
 ChannelFormat AudioControlsChain.getConstraintChannelFormat()
           
 

Methods in uk.org.toot.audio.core with parameters of type ChannelFormat
 void AudioBuffer.convertTo(ChannelFormat format)
           
 void AudioBuffer.setChannelFormat(ChannelFormat format)
          May call setChannelCount accordingly
 

Constructors in uk.org.toot.audio.core with parameters of type ChannelFormat
AudioControlsChain(int id, int index, java.lang.String name, ChannelFormat constraintFormat)
           
SilentInputAudioProcess(ChannelFormat format, java.lang.String label)
           
 

Uses of ChannelFormat in uk.org.toot.audio.meter
 

Methods in uk.org.toot.audio.meter that return ChannelFormat
 ChannelFormat MeterControls.getChannelFormat()
           
 

Constructors in uk.org.toot.audio.meter with parameters of type ChannelFormat
MeterControls(ChannelFormat format, java.lang.String name)
           
 

Uses of ChannelFormat in uk.org.toot.audio.mixer
 

Methods in uk.org.toot.audio.mixer that return ChannelFormat
 ChannelFormat MixVariables.getChannelFormat()
           
 ChannelFormat BusControls.getChannelFormat()
           
 ChannelFormat MixControls.getChannelFormat()
           
 

Methods in uk.org.toot.audio.mixer with parameters of type ChannelFormat
 BusControls MixerControls.createAuxBusControls(java.lang.String name, ChannelFormat format)
           
static void MixerControlsFactory.createBusStrips(MixerControls mixerControls, java.lang.String mainStripName, ChannelFormat mainFormat, int nreturns)
           
 BusControls MixerControls.createFxBusControls(java.lang.String name, ChannelFormat format)
           
 AudioControlsChain MixerControls.createStripControls(int id, int index, java.lang.String name, boolean hasMixControls, ChannelFormat constraintFormat)
           
 AudioControlsChain MixerControls.createStripControls(int id, int index, java.lang.String name, ChannelFormat constraintFormat)
           
 

Constructors in uk.org.toot.audio.mixer with parameters of type ChannelFormat
BusControls(int id, java.lang.String name, ChannelFormat format)
           
MixerControls(java.lang.String name, java.lang.String mainBusName, ChannelFormat channelFormat)
           
 

Uses of ChannelFormat in uk.org.toot.audio.server
 

Methods in uk.org.toot.audio.server that return ChannelFormat
 ChannelFormat IOAudioProcess.getChannelFormat()
           
 

Uses of ChannelFormat in uk.org.toot.audio.spi
 

Methods in uk.org.toot.audio.spi that return ChannelFormat
 ChannelFormat AudioControlServiceDescriptor.getChannelFormat()
           
 

Constructors in uk.org.toot.audio.spi with parameters of type ChannelFormat
AudioControlServiceDescriptor(java.lang.Class<?> clazz, int moduleId, java.lang.String name, java.lang.String description, java.lang.String version, ChannelFormat format, java.lang.String path)
           
 



Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.