MediaPipeTIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat Class |
Namespace: FM.IceLink
The MediaPipeTIOutput, TIOutputCollection, TIInput, TIInputCollection, TPipe, TFrame, TBuffer, TBufferCollection, TFormat type exposes the following members.
Name | Description | |
---|---|---|
MediaPipeTIOutput, 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.
| |
MediaPipeTIOutput, 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.
|
Name | Description | |
---|---|---|
AllowDiagnosticTimer |
Gets whether this media pipe is allowed to be timed.
| |
Disabled |
Gets a value indicating whether this pipe is disabled.
| |
DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
Id |
Gets or sets the identifier.
| |
Input |
Gets or sets the input.
| |
InputFormat |
Gets the input format.
| |
Inputs |
Gets or sets the inputs.
| |
IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) | |
Label |
Gets a label that identifies this class.
| |
MaxInputBitrate |
Gets the maximum supported bitrate.
| |
MaxOutputBitrate |
Gets the maximum bitrate that all outputs can support.
| |
Muted |
Gets or sets a value indicating whether this instance is muted.
| |
Output |
Gets or sets the output.
| |
OutputFormat |
Gets the output format.
| |
Outputs |
Gets or sets the 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 with this as the central point.
| |
PipelineJsonBase |
Gets the pipeline JSON base.
| |
PipelineJsonFromInput |
Gets the pipeline JSON from an input.
| |
PipelineJsonFromOutput |
Gets the pipeline JSON from an output.
| |
PipelineJsonInputs |
Gets the pipeline JSON inputs.
| |
PipelineJsonOutputs |
Gets the pipeline JSON outputs.
| |
ProcessFramePolicy |
Gets or sets the ProcessFramePolicy for this media input.
| |
State |
Gets the state.
| |
Tag |
Gets or sets an optional tag to identify this instance.
|
Name | Description | |
---|---|---|
AddInput |
Adds an input.
| |
AddInputs |
Adds some inputs.
| |
AddOutput |
Adds an output.
| |
AddOutputs |
Adds some outputs.
| |
CreateInputCollection |
Creates an input collection.
| |
CreateOutputCollection |
Creates an output collection.
| |
Destroy |
Destroys this instance.
| |
DoDestroy |
Destroys this instance.
| |
DoProcessControlFrames |
Processes the control frames.
| |
DoProcessFrame |
Processes a frame.
| |
DoProcessSdpMediaDescription |
Processes an SDP media description.
| |
DoProcessStatsFromInput |
Processes stats from an input.
| |
DoProcessStatsFromOutput |
Processes stats from an output.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDynamicValue |
Gets a property value from the local cache.
(Inherited from Dynamic.) | |
GetFirSequenceNumber |
Gets the FIR sequence number.
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HasInput |
Determines whether this pipe has the specified input.
| |
HasOutput |
Determines whether this pipe has the specified output.
| |
IncrementFirSequenceNumber |
Increments the FIR sequence number.
| |
MemberwiseClone | (Inherited from Object.) | |
ProcessControlFrames |
Processes the control frames.
| |
ProcessFrame |
Processes a frame.
| |
ProcessGetMuteFromStream |
Gets whether the stream is muted or not.
| |
ProcessSdpMediaDescriptionFromInput |
Processes an SDP media description from an input.
| |
ProcessSdpMediaDescriptionFromOutput |
Processes an SDP media description from an output.
| |
ProcessSetMuteFromStream |
Process a set mute call from a stream.
| |
ProcessStatsFromInput |
Processes stats from an input.
| |
ProcessStatsFromOutput |
Processes stats from an output.
| |
RaiseControlFrame |
Raises a control frame.
| |
RaiseControlFrames |
Raises some control frames.
| |
RaiseFrame |
Raises a frame.
| |
RemoveInput |
Removes an input.
| |
RemoveInputs |
Removes all inputs.
| |
RemoveInputs(TIOutput) |
Removes some inputs.
| |
RemoveOutput |
Removes an output.
| |
RemoveOutputs |
Removes all outputs.
| |
RemoveOutputs(TIInput) |
Removes some outputs.
| |
SetDynamicValue |
Sets a property value in the local cache.
(Inherited from Dynamic.) | |
ToString |
Returns a string that represents this instance.
(Overrides ObjectToString.) | |
UnsetDynamicValue |
Unsets a property value in the local cache.
(Inherited from Dynamic.) |
Name | Description | |
---|---|---|
OnDisabledChange |
Raised when the Disabled property changes state.
| |
OnProcessControlFrames |
Raised when control frames are processed.
| |
OnProcessFrame |
Raised when a frame is processed.
| |
OnProcessFrameException |
Raised when an exception is thrown while processing a frame.
| |
OnRaiseControlFrames |
Raised when control frames are raised.
| |
OnRaiseFrame |
Raised when a frame is raised.
| |
OnStateChange |
Raised when the state changes.
|