Click or drag to resize

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.

Properties
  NameDescription
Public propertyActiveSink
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.
Public propertyDisabled
Gets a value indicating whether this instance is disabled.
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyElements
Gets the elements.
Public propertyFirstElement
Gets the first element.
Public propertyId
Gets or sets the identifier.
Public propertyInput
Gets the first input, if this track has inputs. Otherwise, returns null.
Public propertyInputFormat
Gets the input format.
Public propertyInputs
Gets the track inputs.
Public propertyIsBranched
Gets a value indicating whether this track's last element is a branch.
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyIsEmpty
Gets a value indicating whether this instance is empty.
Public propertyIsTerminated
Gets a value indicating whether this track's last element is a sink.
Public propertyLabel
Gets a label that identifies this class.
Public propertyLastElement
Gets the last element.
Public propertyMuted
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.)
Public propertyOutput
Gets the first output, if this track has outputs. Otherwise, returns null.
Public propertyOutputFormat
Gets the output format.
Public propertyOutputs
Gets the track outputs.
Public propertyPersistent
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.
Public propertyPipelineJson
Gets the pipeline JSON using the first element as a starting point.
Public propertySink
Gets the sink, if the last element is a sink. Otherwise, returns null.
Public propertySinkOutput
Gets or sets the current sink output.
(Overrides MediaTrackBaseSinkOutput.)
Public propertySinks
Gets the sinks.
Public propertySource
Gets the source, if the first element is a source. Otherwise, returns null.
Public propertySourceInput
Gets or sets the current source input.
(Overrides MediaTrackBaseSourceInput.)
Top
See Also