Recording Object
Microsoft DirectShow 9.0 |
Recording Object
This topic applies only to Windows XP Service Pack 1 or later.
The Recording object creates permanent recordings from streams that the Stream Buffer Sink filter captures.
CLSID | Not applicable; see Remarks. |
Interfaces | IStreamBufferRecordControl, IStreamBufferRecordingAttribute |
Remarks
To create this object, call the IStreamBufferSink::CreateRecorder method on the Stream Buffer Sink filter.
After making a recording, stop the Recording object and release it before releasing the Stream Buffer Sink filter.
See Also