Interface IStreamTypeAwareProvider

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

public interface IStreamTypeAwareProvider extends IProvider
Interface for providers that know if they contain video frames.
Author:
The Red5 Project, Joachim Bauch (jojo@struktur.de)
  • Field Summary

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

    Modifier and Type
    Method
    Description
    boolean
    Check if the provider contains video tags.

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

    onOOBControlMessage
  • Field Details

    • KEY

      static final String KEY
  • Method Details

    • hasVideo

      boolean hasVideo()
      Check if the provider contains video tags.
      Returns:
      provider has video