#import <DSPSerialPortDevice.h>

Public Member Functions | |
| (id) | - setCopyProhibit: |
| Sets the copyProhibit instance variable to yesOrNo. Then, when applySettings: is invoked, the StealthDAI2400 will be told to set or clear the copy prohibit flag. | |
| (id) | - setEmphasis: |
| Sets the empahsis instance variable to useEmphasis. Then, when applySettings: is invoked, the StealthDAI2400 will be set to whether or not to use emphasis. | |
| (int) | - hardwareSupportedSamplingRates: |
| Returns 3 and sets *rates to a malloc'ed array containing 48000, 44100, 32000. | |
| (id) | - setUpSerialPort: |
| This is invoked by Orchestra open to set up the serial port. | |
| - (id) setCopyProhibit: | (BOOL) | yesOrNo |
Sets the copyProhibit instance variable to yesOrNo. Then, when applySettings: is invoked, the StealthDAI2400 will be told to set or clear the copy prohibit flag.
| yesOrNo | is a BOOL. |
| - (id) setEmphasis: | (BOOL) | useEmphasis |
Sets the empahsis instance variable to useEmphasis. Then, when applySettings: is invoked, the StealthDAI2400 will be set to whether or not to use emphasis.
| useEmphasis | is a BOOL. |
| - (int) hardwareSupportedSamplingRates: | (double **) | rates |
Returns 3 and sets *rates to a malloc'ed array containing 48000, 44100, 32000.
| rates | is a double **. |
Reimplemented from DSPSerialPortDevice.
| - (id) setUpSerialPort: | (id) | orchestra |
This is invoked by Orchestra open to set up the serial port.
| orchestra | is an id. |
Reimplemented from DSPSerialPortDevice.
1.5.6