Skip to content

Commit 1e73098

Browse files
voice sound perfection
1 parent 3ed8858 commit 1e73098

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

videolayout/src/main/java/egolabsapps/basicodemine/videolayout/VideoLayout.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public VideoLayout(@NonNull Context context) {
5656
super(context);
5757
}
5858

59+
//*you can also get mediaplayer and set it manually*/
5960
public void setSound(boolean sound) {
6061
this.SOUND = sound;
6162
if (mMediaPlayer != null)

0 commit comments

Comments
 (0)