Package com.wowza.wms.mediacaster
Class MediaCasterSettings
- Object
- 
- com.wowza.wms.mediacaster.MediaCasterSettings
 
- 
 public class MediaCasterSettings extends Object
- 
- 
Constructor SummaryConstructors Constructor Description MediaCasterSettings()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HostPortConfiggetMediaCasterHostPortConfig()Get media caster host port configintgetMediaCasterProcessorCount()Get the thread count use for this host portvoidsetMediaCasterHostPortConfig(HostPortConfig mediaCasterHostPortConfig)Set media caster host port configvoidsetMediaCasterProcessorCount(int mediaCasterProcessorCount)Set the thread count for this processor
 
- 
- 
- 
Method Detail- 
getMediaCasterHostPortConfigpublic HostPortConfig getMediaCasterHostPortConfig() Get media caster host port config- Returns:
- host port config
 
 - 
setMediaCasterHostPortConfigpublic void setMediaCasterHostPortConfig(HostPortConfig mediaCasterHostPortConfig) Set media caster host port config- Parameters:
- mediaCasterHostPortConfig-
 
 - 
getMediaCasterProcessorCountpublic int getMediaCasterProcessorCount() Get the thread count use for this host port- Returns:
- thread count use for this host port
 
 - 
setMediaCasterProcessorCountpublic void setMediaCasterProcessorCount(int mediaCasterProcessorCount) Set the thread count for this processor- Parameters:
- mediaCasterProcessorCount- thread count use for this host port
 
 
- 
 
-