Klasse StreamMetaData

java.lang.Object
de.sfuhrm.radiorecorder.metadata.StreamMetaData

public class StreamMetaData extends Object
The metadata collected from a running stream.
Autor:
Stephan Fuhrmann
  • Konstruktordetails

    • StreamMetaData

      public StreamMetaData()
  • Methodendetails

    • openStream

      public InputStream openStream(@NonNull @NonNull HttpConnection connection) throws IOException
      Opens the input stream of the http connection. Internally filters the stream and pushes all new metadata objects seen to the registered metadata consumer.
      Parameter:
      connection - the non-null http connection to open the stream for.
      Gibt zurück:
      the inputstream that reads data from the source the HttpConnection provides.
      Löst aus:
      IOException - if a problem occurs while opening the stream.
      Siehe auch:
      • metaDataConsumer