org.red5.server.stream
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 ([email protected]), Joachim Bauch ([email protected])

Field Summary
static String KEY
           
 
Method Summary
 boolean hasVideo()
          Check if the provider contains video tags.
 
Methods inherited from interface org.red5.server.messaging.IMessageComponent
onOOBControlMessage
 

Field Detail

KEY

static final String KEY
Method Detail

hasVideo

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

Returns:
provider has video


Copyright © 2006-2012 The Red5 Project