Boolean value which determines whether elementary stream files created in the multiplexing process are deleted after multiplexing has taken place
| HRESULT SetDeleteElementaryStreams(BOOL bDelete); |
Parameters
bDelete: Boolean value indicating whether the delete should be done or not.
Remarks
The conversion takes place in two stages – the video is saved to a video file, and the audio is saved to an audio file at the same time. These two files are called the elementary streams. After the conversion, both files are multiplexed or interleaved into a single audio-video (called MPEG systems) file.
Usually, the temporary audio and video files are deleted after this process, but this flag can be set to inform the filter not to delete the files.
The default behaviour is to delete the temporary files.
[[The Standard MPEG Encoder – Quality you can rely on]]