com.wowza.wms.mediacaster
Class MediaCasterSettings

Object
  extended by com.wowza.wms.mediacaster.MediaCasterSettings

public class MediaCasterSettings
extends Object


Constructor Summary
MediaCasterSettings()
           
 
Method Summary
 com.wowza.wms.vhost.HostPortConfig getMediaCasterHostPortConfig()
          Get media caster host port config
 int getMediaCasterProcessorCount()
          Get the thread count use for this host port
 void setMediaCasterHostPortConfig(com.wowza.wms.vhost.HostPortConfig mediaCasterHostPortConfig)
          Set media caster host port config
 void setMediaCasterProcessorCount(int mediaCasterProcessorCount)
          Set the thread count for this processor
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaCasterSettings

public MediaCasterSettings()
Method Detail

getMediaCasterHostPortConfig

public com.wowza.wms.vhost.HostPortConfig getMediaCasterHostPortConfig()
Get media caster host port config

Returns:
host port config

getMediaCasterProcessorCount

public int getMediaCasterProcessorCount()
Get the thread count use for this host port

Returns:
thread count use for this host port

setMediaCasterHostPortConfig

public void setMediaCasterHostPortConfig(com.wowza.wms.vhost.HostPortConfig mediaCasterHostPortConfig)
Set media caster host port config

Parameters:
mediaCasterHostPortConfig -

setMediaCasterProcessorCount

public void setMediaCasterProcessorCount(int mediaCasterProcessorCount)
Set the thread count for this processor

Parameters:
mediaCasterProcessorCount - thread count use for this host port