/**
* @throws java.lang.Exception
*/
@Before
public void setUp() throws Exception {
AudioStream audioStream = new AudioStreamImpl();
audioStream.setBitDepth(audioBitdepth);
audioStream.setBitRate(bitrate);
audioStream.setChannels(audioChannels);
audioStream.setFormat(format);
audioStream.setSamplingRate(audioSamplingrate);
VideoStream videoStream = new VideoStreamImpl();
videoStream.setBitRate(bitrate);
videoStream.setFormat(format);
videoStream.setFrameHeight(frameheight);