Class Writer

java.lang.Object
org.red5.client.net.rtmpe.Writer
All Implemented Interfaces:
IClientListener

public class Writer extends Object implements IClientListener
A tag writer that may be used to write stream data to disk.
Author:
Paul Gregoire
  • Constructor Details

    • Writer

      public Writer(String filePath)
      Instantiates a writer for the given path.
      Parameters:
      filePath -
    • Writer

      public Writer(Path filePath)
      Instantiates a writer for the given path.
      Parameters:
      filePath -
  • Method Details