|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MSRPRecorder
A participant that is used to save the large file and/or to record the message history in a MSRP communication.
Refer MSRPConference to check the usage.
| Method Summary | |
|---|---|
void |
start(OutputStream stream)Start recording to the specified output stream. |
void |
start(String stream)Start recording to the specified location. |
void |
start(URI stream)Start recording to the specified URI. |
| Methods inherited from interface com.oracle.sft.api.Recorder |
|---|
getStream |
| Methods inherited from interface com.oracle.sft.api.MediaParticipant |
|---|
stop |
| Methods inherited from interface com.oracle.sft.api.Participant |
|---|
addAgent, getAgent, getAgents, getExtension, getJoinable, getName, getNickName, removeAgent, setName, setNickName |
| Method Detail |
|---|
void start(URI stream)
start in interface Recorderstream - Location where the media has to be recorded.void start(String stream)
start in interface Recorderstream - Location where the media has to be recorded.void start(OutputStream stream)
stream - The output stream where the media has to be recorded.
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.