Click or drag to resize

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

A media pipe.
Inheritance Hierarchy
SystemObject
  FM.IceLinkSerializable
    FM.IceLinkDynamic
      FM.IceLinkMediaPipeTIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat
        FM.IceLinkAudioPipe
        FM.IceLinkVideoPipe

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

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

Constructors
  NameDescription
Public methodMediaPipeTIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat(TFormat)
Initializes a new instance of the MediaPipeTIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat class.
Public methodMediaPipeTIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat(TFormat, TFormat)
Initializes a new instance of the MediaPipeTIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat class.
Top
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
Methods
  NameDescription
Public methodAddInput
Adds an input.
Public methodAddInputs
Adds some inputs.
Public methodAddOutput
Adds an output.
Public methodAddOutputs
Adds some outputs.
Protected methodCreateInputCollection
Creates an input collection.
Protected methodCreateOutputCollection
Creates an output collection.
Public methodDestroy
Destroys this instance.
Protected methodDoDestroy
Destroys this instance.
Protected methodDoProcessControlFrames
Processes the control frames.
Protected methodDoProcessFrame
Processes a frame.
Protected methodDoProcessSdpMediaDescription
Processes an SDP media description.
Protected methodDoProcessStatsFromInput
Processes stats from an input.
Protected methodDoProcessStatsFromOutput
Processes stats from an output.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetFirSequenceNumber
Gets the FIR sequence number.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHasInput
Determines whether this pipe has the specified input.
Public methodHasOutput
Determines whether this pipe has the specified output.
Public methodIncrementFirSequenceNumber
Increments the FIR sequence number.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProcessControlFrames
Processes the control frames.
Public methodProcessFrame
Processes a frame.
Public methodProcessGetMuteFromStream
Gets whether the stream is muted or not.
Public methodProcessSdpMediaDescriptionFromInput
Processes an SDP media description from an input.
Public methodProcessSdpMediaDescriptionFromOutput
Processes an SDP media description from an output.
Public methodProcessSetMuteFromStream
Process a set mute call from a stream.
Public methodProcessStatsFromInput
Processes stats from an input.
Public methodProcessStatsFromOutput
Processes stats from an output.
Protected methodRaiseControlFrame
Raises a control frame.
Protected methodRaiseControlFrames
Raises some control frames.
Protected methodRaiseFrame
Raises a frame.
Public methodRemoveInput
Removes an input.
Public methodRemoveInputs
Removes all inputs.
Public methodRemoveInputs(TIOutput)
Removes some inputs.
Public methodRemoveOutput
Removes an output.
Public methodRemoveOutputs
Removes all outputs.
Public methodRemoveOutputs(TIInput)
Removes some outputs.
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodToString
Returns a string that represents this instance.
(Overrides ObjectToString.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
Events
  NameDescription
Public eventOnDisabledChange
Raised when the Disabled property changes state.
Public eventOnProcessControlFrames
Raised when control frames are processed.
Public eventOnProcessFrame
Raised when a frame is processed.
Public eventOnProcessFrameException
Raised when an exception is thrown while processing a frame.
Public eventOnRaiseControlFrames
Raised when control frames are raised.
Public eventOnRaiseFrame
Raised when a frame is raised.
Public eventOnStateChange
Raised when the state changes.
Top
See Also