Klasse StreamCastConsumer

Alle implementierten Schnittstellen:
Consumer<HttpConnection>

public class StreamCastConsumer extends MetaDataConsumer implements Consumer<HttpConnection>
Plays a stream using a named Chrome Cast device.
Autor:
Stephan Fuhrmann
  • Felddetails

  • Konstruktordetails

    • StreamCastConsumer

      public StreamCastConsumer(ConsumerContext consumerContext)
      Constructor.
      Parameter:
      consumerContext - the context to work in.
  • Methodendetails

    • __accept

      protected void __accept(HttpConnection t, InputStream inputStream)
      Beschreibung aus Klasse kopiert: MetaDataConsumer
      The accept method to overwrite by implementing classes.
      Angegeben von:
      __accept in Klasse MetaDataConsumer
      Parameter:
      t - the http connection being processed.
      inputStream - the input stream that is processed.