Home | History | Annotate | Download | only in media

Lines Matching defs:STREAMTYPE

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()");
1549 static public int getNativeOutputSampleRate(int streamType) {
1550 return native_get_output_sample_rate(streamType);
3256 static private native final int native_get_output_sample_rate(int streamType);
3297 public static final String STREAMTYPE = "android.media.audiotrack.streamtype";