HomeSort by relevance Sort by last modified time
    Searched defs:STREAMTYPE (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/java/android/media/
AudioTrack.java 416 * @param streamType the type of the audio stream. See
454 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat,
457 this(streamType, sampleRateInHz, channelConfig, audioFormat,
473 * @param streamType the type of the audio stream. See
512 public AudioTrack(int streamType, int sampleRateInHz, int channelConfig, int audioFormat,
517 .setLegacyStreamType(streamType)
526 deprecateStreamTypeForPlayback(streamType, "AudioTrack", "AudioTrack()");
    [all...]
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 62 milliseconds