OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIX_STREAM_PAUSED
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/mix_audio/src/
mixaudio.h
37
* @
MIX_STREAM_PAUSED
: Stream is Paused.
47
MIX_STREAM_PAUSED
,
353
* @returns: #MIX_RESULT_SUCCESS if the resulting state is either #MIX_STREAM_PLAYING or #
MIX_STREAM_PAUSED
. Fail code otherwise.
396
* @returns: #MIX_RESULT_SUCCESS if #
MIX_STREAM_PAUSED
state is reached successfully. #MIX_RESULT_WRONG_STATE if operation is not allowed with the current state.
398
* If the stream is configured to #MIX_DECODE_DIRECTRENDER, application uses this call to change the stream state from #MIX_STREAM_PLAYING to #
MIX_STREAM_PAUSED
. Note that this method returns sucessful only when the resulting state reaches #
MIX_STREAM_PAUSED
. Meaning it will return fail code if it is called in a state such as #MIX_STREAM_STOPPED, where transitioning to #
MIX_STREAM_PAUSED
is not possible.
409
* If the stream is configured to #MIX_DECODE_DIRECTRENDER, application uses this call to change the stream state to #MIX_STREAM_PLAYING. Note that this method returns sucessful only when the resulting state reaches #
MIX_STREAM_PAUSED
. Meaning it will return fail code if it is called in a state such as #MIX_STREAM_DRAINING, where transitioning to #MIX_STREAM_PLAYING is not possible.
mixaudio.c
763
case
MIX_STREAM_PAUSED
:
[
all
...]
Completed in 73 milliseconds