Commit a8d1f04f by andrewlewis Committed by Oliver Woodman

Document error case for generateAudioSessionIdV21

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=220132865
parent 8844694d
......@@ -978,7 +978,10 @@ public final class C {
}
/**
* Returns a newly generated {@link android.media.AudioTrack} session identifier.
* Returns a newly generated audio session identifier, or {@link AudioManager#ERROR} if an error
* occurred in which case audio playback may fail.
*
* @see AudioManager#generateAudioSessionId()
*/
@TargetApi(21)
public static int generateAudioSessionIdV21(Context context) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment