Searched defs:DataSourceDesc (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/
H A DDataSourceDesc.cpp18 #define LOG_TAG "DataSourceDesc"
21 #include <media/DataSourceDesc.h>
28 DataSourceDesc::DataSourceDesc() function in class:android::DataSourceDesc
/frameworks/av/media/libmedia/include/media/
H A DDataSourceDesc.h31 struct DataSourceDesc : public RefBase { struct in namespace:android
44 DataSourceDesc();
63 DISALLOW_EVIL_CONSTRUCTORS(DataSourceDesc);
/frameworks/base/media/java/android/media/
H A DDataSourceDesc.java46 * Used by {@link MediaPlayer2#setDataSource(DataSourceDesc)}
49 * <p>Users should use {@link Builder} to change {@link DataSourceDesc}.
52 public final class DataSourceDesc { class
82 private DataSourceDesc() { method in class:DataSourceDesc
199 * Builder class for {@link DataSourceDesc} objects.
201 * {@link DataSourceDesc} to be used by a {@link MediaPlayer2} instance:
204 * DataSourceDesc oldDSD = mediaplayer2.getDataSourceDesc();
205 * DataSourceDesc newDSD = new DataSourceDesc.Builder(oldDSD)
237 * Constructs a new Builder from a given {@link DataSourceDesc} instanc
[all...]
/frameworks/support/media/src/main/java/androidx/media/
H A DDataSourceDesc.java38 * Users should use {@link Builder} to change {@link DataSourceDesc}.
42 public final class DataSourceDesc { class
87 private DataSourceDesc() { method in class:DataSourceDesc
204 * Builder class for {@link DataSourceDesc} objects.
231 * Constructs a new Builder from a given {@link DataSourceDesc} instance
232 * @param dsd the {@link DataSourceDesc} object whose data will be reused
235 public Builder(@NonNull DataSourceDesc dsd) {
253 * {@link DataSourceDesc} object. <code>IllegalStateException</code> will be
256 * @return a new {@link DataSourceDesc} object
258 public @NonNull DataSourceDesc buil
[all...]

Completed in 457 milliseconds