implement android.media.SoundPool using GtkMediaStream

This commit is contained in:
Julian Winkler
2023-06-18 11:16:23 +02:00
parent 48ef2fffdf
commit 9e706927de
6 changed files with 113 additions and 8 deletions

View File

@@ -42,6 +42,7 @@ public class AssetFileDescriptor implements Closeable {
private final long mStartOffset;
private final long mLength;
private final Bundle mExtras;
public String fileName;
/**
* Create a new AssetFileDescriptor from the given values.