| Name | Description |
---|
| AddElement |
Adds an element.
(Overrides MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormatAddElement(TIElement).) |
| ArrayFromInputs |
Creates an array of inputs from a list of inputs.
(Overrides MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormatArrayFromInputs(ListTIInput).) |
| ArrayFromOutputs |
Creates an array of outputs from a list of outputs.
(Overrides MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormatArrayFromOutputs(ListTIOutput).) |
| ArrayFromSinks |
Creates an array of sinks from a list of sinks.
(Overrides MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormatArrayFromSinks(ListTSink).) |
| BranchFromTracks |
Creates a branch from an array of tracks.
(Overrides MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormatBranchFromTracks(TTrack).) |
| ChangeSinkOutput |
Changes the sink output while the media track is active.
(Inherited from MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat.) |
| ChangeSourceInput |
Changes the source input while the media track is active.
(Inherited from MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat.) |
| Destroy |
Destroys this media track.
(Inherited from MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat.) |
| 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.
(Inherited from MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat.) |
| 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.
(Inherited from MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat.) |
| FindElements(Function1TIElement, Boolean) |
Finds elements in the track. This method will recursively
call into any branched tracks.
(Inherited from MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat.) |
| 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.
(Inherited from MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat.) |
| GetDynamicValue |
Gets a property value from the local cache.
(Inherited from Dynamic.) |
| GetHashCode | (Inherited from Object.) |
| GetSinkOutputs |
Gets the available sink outputs.
(Inherited from MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat.) |
| GetSourceInputs |
Gets the available source inputs.
(Inherited from MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat.) |
| GetType | (Inherited from Object.) |
| GrabFrame |
Grabs the next frame once it's rendered.
|
| IsBranch |
Determines whether the specified element is a branch.
(Overrides MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormatIsBranch(TIElement).) |
| IsInput |
Determines whether the specified element is an input.
(Overrides MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormatIsInput(TIElement).) |
| IsOutput |
Determines whether the specified element is an output.
(Overrides MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormatIsOutput(TIElement).) |
| IsPipe |
Determines whether the specified element is a pipe.
(Overrides MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormatIsPipe(TIElement).) |
| IsSink |
Determines whether the specified element is a sink.
(Overrides MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormatIsSink(TIElement).) |
| IsSource |
Determines whether the specified element is a source.
(Overrides MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormatIsSource(TIElement).) |
| IsStream |
Determines whether the specified element is a stream.
(Overrides MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormatIsStream(TIElement).) |
| MemberwiseClone | (Inherited from Object.) |
| Next(TBranch) |
Branches out to several tracks.
(Inherited from MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat.) |
| Next(TIInput) |
Adds an element to this track.
(Inherited from MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat.) |
| Next(TTrack) |
Branches out to several tracks.
(Inherited from MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat.) |
| RaiseOnStarted | (Inherited from MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat.) |
| RaiseOnStopped | (Inherited from MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat.) |
| 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.) |