Click or drag to resize

MediaPipeTIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat Properties

The MediaPipeTIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat generic type exposes the following members.

Properties
  NameDescription
Protected propertyAllowDiagnosticTimer
Gets whether this media pipe is allowed to be timed.
Public propertyDisabled
Gets a value indicating whether this pipe is disabled.
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyId
Gets or sets the identifier.
Public propertyInput
Gets or sets the input.
Public propertyInputFormat
Gets the input format.
Public propertyInputs
Gets or sets the inputs.
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyLabel
Gets a label that identifies this class.
Public propertyMaxInputBitrate
Gets the maximum supported bitrate.
Public propertyMaxOutputBitrate
Gets the maximum bitrate that all outputs can support.
Public propertyMuted
Gets or sets a value indicating whether this instance is muted.
Public propertyOutput
Gets or sets the output.
Public propertyOutputFormat
Gets the output format.
Public propertyOutputs
Gets or sets the 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 with this as the central point.
Protected propertyPipelineJsonBase
Gets the pipeline JSON base.
Public propertyPipelineJsonFromInput
Gets the pipeline JSON from an input.
Public propertyPipelineJsonFromOutput
Gets the pipeline JSON from an output.
Protected propertyPipelineJsonInputs
Gets the pipeline JSON inputs.
Protected propertyPipelineJsonOutputs
Gets the pipeline JSON outputs.
Public propertyProcessFramePolicy
Gets or sets the ProcessFramePolicy for this media input.
Public propertyState
Gets the state.
Public propertyTag
Gets or sets an optional tag to identify this instance.
Top
See Also