public class IPFSMediaDataSource
extends android.media.MediaDataSource
| Modifier and Type | Class and Description |
|---|---|
static interface |
IPFSMediaDataSource.Callback |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getSize() |
int |
readAt(long position,
byte[] buffer,
int offset,
int size) |
public int readAt(long position,
byte[] buffer,
int offset,
int size)
throws java.io.IOException
readAt in class android.media.MediaDataSourcejava.io.IOExceptionpublic long getSize()
getSize in class android.media.MediaDataSourcepublic void close()