Interface ISeekableProvider

All Superinterfaces:
IMessageComponent, IProvider
All Known Implementing Classes:
FileProvider

public interface ISeekableProvider extends IProvider
Provider that is seekable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    seek(int ts)
    Seek the provider to timestamp ts (in milliseconds).

    Methods inherited from interface org.red5.server.messaging.IMessageComponent

    onOOBControlMessage
  • Field Details

    • KEY

      static final String KEY
  • Method Details

    • seek

      int seek(int ts)
      Seek the provider to timestamp ts (in milliseconds).
      Parameters:
      ts - Timestamp to seek to
      Returns:
      Actual timestamp seeked to