Interface IRtmpSampleAccess

All Known Implementing Classes:
RtmpSampleAccess

public interface IRtmpSampleAccess

IRtmpSampleAccess interface.

Author:
mondain
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Constant BEAN_NAME="rtmpSampleAccess"
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    Return true if sample access allowed on audio stream.
    boolean
    Return true if sample access allowed on video stream.
  • Field Details Link icon

  • Method Details Link icon

    • isAudioAllowed Link icon

      boolean isAudioAllowed(IScope scope)
      Return true if sample access allowed on audio stream.
      Parameters:
      scope - scope
      Returns:
      true if sample access allowed on audio stream
    • isVideoAllowed Link icon

      boolean isVideoAllowed(IScope scope)
      Return true if sample access allowed on video stream.
      Parameters:
      scope - scope
      Returns:
      true if sample access allowed on video stream