Package org.red5.server.api.stream
Interface IRtmpSampleAccess
- All Known Implementing Classes:
RtmpSampleAccess
public interface IRtmpSampleAccess
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isAudioAllowed
(IScope scope) Return true if sample access allowed on audio stream.boolean
isVideoAllowed
(IScope scope) Return true if sample access allowed on video stream.
-
Field Details
-
BEAN_NAME
- See Also:
-
-
Method Details
-
isAudioAllowed
Return true if sample access allowed on audio stream.- Parameters:
scope
- scope- Returns:
- true if sample access allowed on audio stream
-
isVideoAllowed
Return true if sample access allowed on video stream.- Parameters:
scope
- scope- Returns:
- true if sample access allowed on video stream
-