public interface IRecordingSessionProducer
Modifier and Type | Method and Description |
---|---|
RecordingSessionConfiguration |
getConfiguration()
Returns the (initially empty) recording session configuration of the
session to create.
|
IPacketOutputStream |
getPacketWriter()
Returns the packet output stream.
|
IFile[] |
getProducedFiles()
Returns the files that were produced by this producer.
|
void |
setConfiguration(RecordingSessionConfiguration configuration)
Replaces the session configuration with the specified one.
|
void |
setInitialTime(long initialTime)
Sets the recording initial time, expressed as milliseconds since the time 00:00:00 UTC on
January 1, 1970.
|
RecordingSessionConfiguration getConfiguration()
void setConfiguration(RecordingSessionConfiguration configuration)
configuration
- A recording configuration. This configuration may still
be modified until the writer
associated to this producer
is closed.IPacketOutputStream getPacketWriter() throws IOException
IOException
void setInitialTime(long initialTime)
initialTime
- the recording initial time, expressed as milliseconds since the time
00:00:00 UTC on January 1, 1970.IFile[] getProducedFiles()
© Copyright IBM Corp. 2013. All rights reserved.