Interface IRtmpSampleAccess

All Known Implementing Classes:
RtmpSampleAccess

public interface IRtmpSampleAccess
  • Field Summary

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

    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

  • Method Details

    • isAudioAllowed

      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

      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