Click or drag to resize

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

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

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
See Also