org.mobicents.media.server.spi
Interface ResourceGroup

All Superinterfaces:
Component, Serializable

public interface ResourceGroup
extends Component

Author:
kulikov

Method Summary
 Collection<MediaType> getMediaTypes()
           
 MediaSink getSink(MediaType media)
           
 MediaSource getSource(MediaType media)
           
 
Methods inherited from interface org.mobicents.media.Component
activate, clearEndpoint, deactivate, getEndpoint, getId, getName, reset, setEndpoint
 

Method Detail

getMediaTypes

Collection<MediaType> getMediaTypes()

getSink

MediaSink getSink(MediaType media)

getSource

MediaSource getSource(MediaType media)


Copyright © 2013 TeleStax, Inc.. All Rights Reserved.