Package com.wowza.wms.mediacaster
Class MediaCasterSettings
Object
com.wowza.wms.mediacaster.MediaCasterSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet media caster host port configint
Get the thread count use for this host portvoid
setMediaCasterHostPortConfig
(HostPortConfig mediaCasterHostPortConfig) Set media caster host port configvoid
setMediaCasterProcessorCount
(int mediaCasterProcessorCount) Set the thread count for this processor
-
Constructor Details
-
MediaCasterSettings
public MediaCasterSettings()
-
-
Method Details
-
getMediaCasterHostPortConfig
Get media caster host port config- Returns:
- host port config
-
setMediaCasterHostPortConfig
Set media caster host port config- Parameters:
mediaCasterHostPortConfig
-
-
getMediaCasterProcessorCount
public int getMediaCasterProcessorCount()Get the thread count use for this host port- Returns:
- thread count use for this host port
-
setMediaCasterProcessorCount
public void setMediaCasterProcessorCount(int mediaCasterProcessorCount) Set the thread count for this processor- Parameters:
mediaCasterProcessorCount
- thread count use for this host port
-