Package com.wowza.wms.transcoder.model
Interface ITranscoderVideoU30MXBean
public interface ITranscoderVideoU30MXBean
-
Method Summary
Modifier and TypeMethodDescriptionlong
check_cu_pool_available_num
(long sessionId) long
create_context
(long contextId) boolean
cu_pool_relinquish
(long poolId, long sessionId) long
cu_pool_reserve
(long sessionId) long
destroy_context
(long sessionId) long
exec_plugin_func
(String plugin_name, String java_input, long sessionId) long
report_U30_XBO_usage
(long poolID)
-
Method Details
-
report_U30_XBO_usage
long report_U30_XBO_usage(long poolID) -
create_context
long create_context(long contextId) -
check_cu_pool_available_num
long check_cu_pool_available_num(long sessionId) -
destroy_context
long destroy_context(long sessionId) -
cu_pool_reserve
long cu_pool_reserve(long sessionId) -
cu_pool_relinquish
boolean cu_pool_relinquish(long poolId, long sessionId) -
exec_plugin_func
-