MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat Properties |
The MediaTrackTIOutput, TIOutputCollection, TIInput, TIInputCollection, TIElement, TSource, TSink, TPipe, TTrack, TBranch, TFrame, TBuffer, TBufferCollection, TFormat generic type exposes the following members.
Name | Description | |
---|---|---|
ActiveSink |
Gets the active sink. This will return Sink
if Sink is not null and not disabled.
Otherwise, if this track branches, it will iterate recursively
over the active tracks until it finds an ActiveSink.
Otherwise, it will return null.
| |
Disabled |
Gets a value indicating whether this instance is disabled.
| |
DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
Elements |
Gets the elements.
| |
FirstElement |
Gets the first element.
| |
Id |
Gets or sets the identifier.
| |
Input |
Gets the first input, if this track
has inputs. Otherwise, returns null.
| |
InputFormat |
Gets the input format.
| |
Inputs |
Gets the track inputs.
| |
IsBranched |
Gets a value indicating whether this track's
last element is a branch.
| |
IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) | |
IsEmpty |
Gets a value indicating whether this instance is empty.
| |
IsTerminated |
Gets a value indicating whether this track's
last element is a sink.
| |
Label |
Gets a label that identifies this class.
| |
LastElement |
Gets the last element.
| |
Muted |
Gets or sets a value indicating whether any
of the elements in this track are muted.
Setting a value will apply to all elements.
(Overrides MediaTrackBaseMuted.) | |
Output |
Gets the first output, if this track
has outputs. Otherwise, returns null.
| |
OutputFormat |
Gets the output format.
| |
Outputs |
Gets the track outputs.
| |
Persistent |
Gets or sets a value indicating whether this instance is persistent.
If true, this instance will not be destroyed unless
Destroy is called explicitly on this instance.
It will survive destruction of any parent elements that are
being destroyed.
| |
PipelineJson |
Gets the pipeline JSON using the first element
as a starting point.
| |
Sink |
Gets the sink, if the last element
is a sink. Otherwise, returns null.
| |
SinkOutput |
Gets or sets the current sink output.
(Overrides MediaTrackBaseSinkOutput.) | |
Sinks |
Gets the sinks.
| |
Source |
Gets the source, if the first element
is a source. Otherwise, returns null.
| |
SourceInput |
Gets or sets the current source input.
(Overrides MediaTrackBaseSourceInput.) |