public static class MediaSource.Output extends Object
| Constructor and Description |
|---|
MediaSource.Output() |
| Modifier and Type | Method and Description |
|---|---|
static void |
writeTo(MediaSource source,
OutputStream outputStream)
Helper method that writes the contents of a media source to an output
stream.
|
public static void writeTo(MediaSource source, OutputStream outputStream) throws IOException
source - the source media stream containing the media data.outputStream - the target output stream.IOException - on any error writing the data to the stream.Copyright © 2012. All Rights Reserved.