Method OpenStream
OpenStream(IEncoderSettings, RecordingContext)
Opens the stream to add the audio and video frames to.
Declaration
void OpenStream(IEncoderSettings settings, RecordingContext ctx)
Parameters
| Type | Name | Description |
|---|---|---|
| IEncoderSettings | settings | The settings of this encoder. |
| RecordingContext | ctx | The context of the Recorder that drives this encoder. |