| MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat Methods | 
The MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat generic type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddElement | 
            Adds an element.
             | 
|  | ArrayFromInputs | 
            Creates an array of inputs from a list of inputs.
             | 
|  | ArrayFromOutputs | 
            Creates an array of outputs from a list of outputs.
             | 
|  | ArrayFromSinks | 
            Creates an array of sinks from a list of sinks.
             | 
|  | BranchFromTracks | 
            Creates a branch from an array of tracks.
             | 
|  | ChangeSinkOutput | 
            Changes the sink output while the media track is active.
            (Overrides MediaTrackBaseChangeSinkOutput(SinkOutput).) | 
|  | ChangeSourceInput | 
            Changes the source input while the media track is active.
            (Overrides MediaTrackBaseChangeSourceInput(SourceInput).) | 
|  | Destroy | 
            Destroys this media track.
            (Overrides MediaTrackBaseDestroy.) | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | FindElement(Function1TIElement, Boolean) | 
            Finds an element in the track. This method will recursively
            call into any branched tracks.
             | 
|  | FindElement(Function1TIElement, Boolean, Boolean) | 
            Finds an element in this track. If the recurse flag is set,
            then this method will recursively call into any branched tracks.
             | 
|  | FindElements(Function1TIElement, Boolean) | 
            Finds elements in the track. This method will recursively
            call into any branched tracks.
             | 
|  | FindElements(Function1TIElement, Boolean, Boolean) | 
            Finds elements in this track. If the recurse flag is set,
            then this method will recursively call into any branched tracks.
             | 
|  | GetDynamicValue | 
            Gets a property value from the local cache.
            (Inherited from Dynamic.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetSinkOutputs | 
            Gets the available sink outputs.
            (Overrides MediaTrackBaseGetSinkOutputs.) | 
|  | GetSourceInputs | 
            Gets the available source inputs.
            (Overrides MediaTrackBaseGetSourceInputs.) | 
|  | GetType | (Inherited from Object.) | 
|  | IsBranch | 
            Determines whether the specified element is a branch.
             | 
|  | IsInput | 
            Determines whether the specified element is an input.
             | 
|  | IsOutput | 
            Determines whether the specified element is an output.
             | 
|  | IsPipe | 
            Determines whether the specified element is a pipe.
             | 
|  | IsSink | 
            Determines whether the specified element is a sink.
             | 
|  | IsSource | 
            Determines whether the specified element is a source.
             | 
|  | IsStream | 
            Determines whether the specified element is a stream.
             | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | Next(TBranch) | 
            Branches out to several tracks.
             | 
|  | Next(TIInput) | 
            Adds an element to this track.
             | 
|  | Next(TTrack) | 
            Branches out to several tracks.
             | 
|  | RaiseOnStarted | 
            Raises the OnStarted event.
             | 
|  | RaiseOnStopped | 
            Raises the OnStopped event.
             | 
|  | SetDynamicValue | 
            Sets a property value in the local cache.
            (Inherited from Dynamic.) | 
|  | ToString | (Inherited from Object.) | 
|  | UnsetDynamicValue | 
            Unsets a property value in the local cache.
            (Inherited from Dynamic.) | 
 See Also
See Also