Uses of Class
org.red5.server.stream.IProviderService.INPUT_TYPE

Packages that use IProviderService.INPUT_TYPE
org.red5.server.stream   
 

Uses of IProviderService.INPUT_TYPE in org.red5.server.stream
 

Methods in org.red5.server.stream that return IProviderService.INPUT_TYPE
 IProviderService.INPUT_TYPE IProviderService.lookupProviderInput(IScope scope, String name, int type)
          Returns the input type for a named provider if a source of input exists.
 IProviderService.INPUT_TYPE ProviderService.lookupProviderInput(IScope scope, String name, int type)
          Returns the input type for a named provider if a source of input exists.
static IProviderService.INPUT_TYPE IProviderService.INPUT_TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IProviderService.INPUT_TYPE[] IProviderService.INPUT_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2006-2012 The Red5 Project