public class DataSource extends Object
ShadowMediaPlayer
and ShadowMediaMetadataRetriever.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static DataSource |
toDataSource(android.content.Context context,
android.net.Uri uri) |
static DataSource |
toDataSource(android.content.Context context,
android.net.Uri uri,
Map<String,String> headers) |
static DataSource |
toDataSource(FileDescriptor fd) |
static DataSource |
toDataSource(FileDescriptor fd,
long offset,
long length) |
static DataSource |
toDataSource(String path) |
static DataSource |
toDataSource(String uri,
Map<String,String> headers) |
public static DataSource toDataSource(String path)
public static DataSource toDataSource(android.content.Context context, android.net.Uri uri)
public static DataSource toDataSource(android.content.Context context, android.net.Uri uri, Map<String,String> headers)
public static DataSource toDataSource(String uri, Map<String,String> headers)
public static DataSource toDataSource(FileDescriptor fd)
public static DataSource toDataSource(FileDescriptor fd, long offset, long length)
Copyright © 2016. All rights reserved.