Pin List ALDSAudioFilter.TALDSAudioFilter.RawOutputPins
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TALDSAudioFilter
Contents |
Syntax
Delphi:
property RawOutputPins : TOWPinListOwner read FRawOutputPins write FRawOutputPins;
C++ Builder:
__property TOWPinListOwner RawOutputPins = { read=FRawOutputPins, write=FRawOutputPins };
Summary
The raw output pins of the component.
Description
RawOutputPins is a list of raw buffer data output pins of the
component.
You can connect each of these pins to any pin accepting raw buffer data.