|
MusicKit
0.0.0
|
The StealthDAI2400 class is a DSPSerialPortDevice subclass that corresponds to the Stealth DAI2400 DAT interface. More...
#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. | |
The StealthDAI2400 class is a DSPSerialPortDevice subclass that corresponds to the Stealth DAI2400 DAT interface.
| - (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) 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. |
| - (id) setUpSerialPort: | (id) | orchestra |
This is invoked by Orchestra open to set up the serial port.
| orchestra | is an id. |
Reimplemented from DSPSerialPortDevice.
1.7.6.1