[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #189 from master255/patch-2
Browse files Browse the repository at this point in the history
more friendly api
  • Loading branch information
Crossle Song committed Aug 22, 2014
2 parents 7509803 + b52e15d commit 57f580a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vitamio/src/io/vov/vitamio/MediaPlayer.java
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,10 @@ private void audioTrackRelease() {
}
mAudioTrack = null;
}

public int getAudioSessionId() {
return mAudioTrack.getAudioSessionId();
}

private ByteBuffer surfaceInit() {
synchronized (this) {
Expand Down

0 comments on commit 57f580a

Please sign in to comment.