Click or drag to resize
ITransform Interface
Interface for all transforms.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public interface ITransform

The ITransform type exposes the following members.

Properties
  NameDescription
Public propertyOutputQueue
Output queue that contains the results of the previous transformation.
Top
Methods
  NameDescription
Public methodTransform
Transforms input buffer and returns the resulting status of the operations. Audio & Video codecs are derived from this interface.
Top
See Also