Package com.wowza.wms.mediacaster
Class MediaCasterSettings
- Object
-
- com.wowza.wms.mediacaster.MediaCasterSettings
-
public class MediaCasterSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description MediaCasterSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostPortConfig
getMediaCasterHostPortConfig()
Get media caster host port configint
getMediaCasterProcessorCount()
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
-
-
-
Method Detail
-
getMediaCasterHostPortConfig
public HostPortConfig getMediaCasterHostPortConfig()
Get media caster host port config- Returns:
- host port config
-
setMediaCasterHostPortConfig
public void setMediaCasterHostPortConfig(HostPortConfig mediaCasterHostPortConfig)
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
-
-