Searched defs:audioStreamType (Results 1 – 5 of 5) sorted by relevance
80 int decodeBufferMaxSize, int startPositionMillis, int audioStreamType) { in EngineParameters()153 public Builder audioStreamType(int audioStreamType) { in audioStreamType() argument
217 int audioStreamType; in prepare() local405 public void setAudioStreamType(int audioStreamType) { in setAudioStreamType()
91 int startPositionMillis, int audioStreamType); in initializeEngine()
219 static void setAudioStreamType(SLObjectItf audioPlayer, SLint32 audioStreamType) { in setAudioStreamType()291 int audioStreamType) in AudioEngine()574 SLuint32 channelCount, SLuint32 slChannels, SLint32 audioStreamType, SLObjectItf &outputMix, in CreateAndRealizeAudioPlayer()
303 public int audioStreamType = STREAM_DEFAULT; field in Notification