Class Xiron::Post
In: ext/audioport.c
Parent: Object

Methods

>>   dispose   input   inputs   new   output   outputs  

Public Class methods

Initializes the post plugin with the given name and connects its outputs to given VideoPort, AudioPort or PostPort instances. Some plugins also care about the number of inputs you request (e.g. mixer plugins), with other plugins this number can be omitted.

Public Instance methods

Etablish a connection between the first compatible output port of this post plugin instance to the given input port. The other port may be of class PostPort, VideoPort or AudioPort. If another port plugin is given, the first compatible port combination found is wired together. Returns true, if rewireing was successful.

Frees the post plugin. Be sure the plugin isn’t used when call this and never used again.

Returns the specified input port.

Returns an array of identifiers of inputs for the post plugin.

Returns the specified output port.

Returns an array of identifiers of outputs for the post plugin.

[Validate]