import"sbIMediacoreAudioProcessor.idl";
Public Member Functions | |
| void | init (in sbIMediacoreAudioProcessorListener aListener) |
| void | start (in sbIMediaItem aItem) |
| void | stop () |
| void | suspend () |
| void | resume () |
Public Attributes | |
| attribute unsigned long | constraintSampleRate |
| attribute unsigned long | constraintChannelCount |
| attribute unsigned long | constraintBlockSize |
| attribute unsigned long | constraintAudioFormat |
| const unsigned long | FORMAT_ANY = 0 |
| const unsigned long | FORMAT_INT16 = 1 |
| const unsigned long | FORMAT_FLOAT = 2 |
Definition at line 36 of file sbIMediacoreAudioProcessor.idl.
| void sbIMediacoreAudioProcessor::init | ( | in sbIMediacoreAudioProcessorListener | aListener | ) |
| void sbIMediacoreAudioProcessor::resume | ( | ) |
| void sbIMediacoreAudioProcessor::start | ( | in sbIMediaItem | aItem | ) |
| void sbIMediacoreAudioProcessor::stop | ( | ) |
| void sbIMediacoreAudioProcessor::suspend | ( | ) |
| attribute unsigned long sbIMediacoreAudioProcessor::constraintAudioFormat |
Definition at line 106 of file sbIMediacoreAudioProcessor.idl.
| attribute unsigned long sbIMediacoreAudioProcessor::constraintBlockSize |
Definition at line 94 of file sbIMediacoreAudioProcessor.idl.
| attribute unsigned long sbIMediacoreAudioProcessor::constraintChannelCount |
Definition at line 82 of file sbIMediacoreAudioProcessor.idl.
| attribute unsigned long sbIMediacoreAudioProcessor::constraintSampleRate |
Definition at line 68 of file sbIMediacoreAudioProcessor.idl.
| const unsigned long sbIMediacoreAudioProcessor::FORMAT_ANY = 0 |
Definition at line 108 of file sbIMediacoreAudioProcessor.idl.
| const unsigned long sbIMediacoreAudioProcessor::FORMAT_FLOAT = 2 |
Definition at line 110 of file sbIMediacoreAudioProcessor.idl.
| const unsigned long sbIMediacoreAudioProcessor::FORMAT_INT16 = 1 |
Definition at line 109 of file sbIMediacoreAudioProcessor.idl.