Package com.wowza.wms.transcoder.model
Interface ITranscoderVideoU30MXBean
- 
 public interface ITranscoderVideoU30MXBean
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longcheck_cu_pool_available_num(long sessionId)longcreate_context(long contextId)booleancu_pool_relinquish(long poolId, long sessionId)longcu_pool_reserve(long sessionId)longdestroy_context(long sessionId)longexec_plugin_func(String plugin_name, String java_input, long sessionId)longreport_U30_XBO_usage(long poolID)
 
- 
- 
- 
Method Detail- 
report_U30_XBO_usagelong report_U30_XBO_usage(long poolID) 
 - 
create_contextlong create_context(long contextId) 
 - 
check_cu_pool_available_numlong check_cu_pool_available_num(long sessionId) 
 - 
destroy_contextlong destroy_context(long sessionId) 
 - 
cu_pool_reservelong cu_pool_reserve(long sessionId) 
 - 
cu_pool_relinquishboolean cu_pool_relinquish(long poolId, long sessionId)
 - 
exec_plugin_funclong exec_plugin_func(String plugin_name, String java_input, long sessionId)
 
- 
 
-