| ATransformProcessor Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: StreamCoders
 Syntax
SyntaxThe ATransformProcessor type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | OutputQueue | 
                 Output queue that contains the results of the previous transformation.
              | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Transform | 
                 Transforms input buffer and returns the resulting status of the operations. Audio &
                 Video codecs are derived from this interface.
              | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | Copy | Overloaded. 
            Creates a copy of the object.
            (Defined by ObjectExtensions.) | 
|  | Copy(Object) | Overloaded. 
            Creates a deep copy of the object using the supplied object as a target for the copy operation.
            (Defined by ObjectExtensions.) | 
 See Also
See Also