OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIX_STREAM_PLAYING
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/mix_audio/src/
mixaudio.h
36
* @
MIX_STREAM_PLAYING
: Stream is at Playing state.
46
MIX_STREAM_PLAYING
,
353
* @returns: #MIX_RESULT_SUCCESS if the resulting state is either #
MIX_STREAM_PLAYING
or #MIX_STREAM_PAUSED. Fail code otherwise.
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.
407
* @returns: #MIX_RESULT_SUCCESS if #
MIX_STREAM_PLAYING
state is reached successfully. #MIX_RESULT_WRONG_STATE if operation is not allowed with the current state.
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
762
case
MIX_STREAM_PLAYING
:
785
mix->streamState =
MIX_STREAM_PLAYING
;
[
all
...]
Completed in 91 milliseconds