Skip to content

Commit

Permalink
Fixed some issue for audio only source and add rotate info.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinbangfei committed Aug 16, 2017
1 parent 8a2f3fb commit 451eaa9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
Binary file modified android/qplayerTest/app/libs/arm64-v8a/libQPlayer.so
Binary file not shown.
Binary file modified android/qplayerTest/app/libs/armeabi-v7a/libQPlayer.so
Binary file not shown.
Binary file modified android/qplayerTest/app/libs/armeabi/libQPlayer.so
Binary file not shown.
Binary file modified android/qplayerTest/app/libs/x86/libQPlayer.so
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ public interface BasePlayer {
public static final int QC_MSG_SNKV_FIRST_FRAME = 0x15200001;
// The video was render, the param is timestamp.
public static final int QC_MSG_SNKV_RENDER = 0x15200004;
// The video was rotate, the param is rotate angle.
public static final int QC_MSG_SNKV_ROTATE = 0x15200005;
// The first frame audio was displayed.
public static final int QC_MSG_SNKA_FIRST_FRAME = 0x15100001;
// The audio was render, the param is timestamp.
Expand Down

0 comments on commit 451eaa9

Please sign in to comment.