IMediaInputTIOutput, TIInput, TFrame, TBuffer, TBufferCollection, TFormat Interface |
Namespace: FM.IceLink
The IMediaInputTIOutput, TIInput, TFrame, TBuffer, TBufferCollection, TFormat type exposes the following members.
Name | Description | |
---|---|---|
Disabled |
Gets a value indicating whether this instance is disabled.
(Inherited from IMediaElement.) | |
Id |
Gets or sets the identifier.
(Inherited from IElement.) | |
Input |
Gets the input.
(Inherited from IInputTIOutput, TIInput, TFrame, TBuffer, TBufferCollection, TFormat.) | |
InputFormat |
Gets the input format.
(Inherited from IInputTIOutput, TIInput, TFrame, TBuffer, TBufferCollection, TFormat.) | |
Inputs |
Gets the inputs.
(Inherited from IInputTIOutput, TIInput, TFrame, TBuffer, TBufferCollection, TFormat.) | |
Label |
Gets a label that identifies this instance.
(Inherited from IMediaElement.) | |
MaxInputBitrate |
Gets the bitrate supported by this input, in kbps. Returns -1 if unknown.
| |
Muted |
Gets or sets a value indicating whether this instance is muted.
(Inherited from IMediaElement.) | |
Persistent |
Gets a value indicating whether this instance is persistent.
If true, this element will not be destroyed unless
Destroy is called explicitly on this instance.
It will survive destruction of any parent elements that are
being destroyed.
(Inherited from IMediaElement.) | |
PipelineJson |
Gets the pipeline JSON with this as the central point.
(Inherited from IElement.) | |
PipelineJsonFromInput |
Gets the pipeline JSON from an input.
(Inherited from IInputTIOutput, TIInput, TFrame, TBuffer, TBufferCollection, TFormat.) | |
ProcessFramePolicy |
Gets or sets the ProcessFramePolicy for this media input.
|
Name | Description | |
---|---|---|
AddInput |
Adds an input.
(Inherited from IInputTIOutput, TIInput, TFrame, TBuffer, TBufferCollection, TFormat.) | |
AddInputs |
Adds some inputs.
(Inherited from IInputTIOutput, TIInput, TFrame, TBuffer, TBufferCollection, TFormat.) | |
Destroy |
Destroys this instance.
(Inherited from IMediaElement.) | |
ProcessFrame |
Processes a frame.
| |
ProcessSdpMediaDescriptionFromInput |
Processes a local SDP media description from an input.
| |
ProcessStatsFromInput |
Processes stats from an input.
| |
RemoveInput |
Removes an input.
(Inherited from IInputTIOutput, TIInput, TFrame, TBuffer, TBufferCollection, TFormat.) | |
RemoveInputs |
Removes all inputs.
(Inherited from IInputTIOutput, TIInput, TFrame, TBuffer, TBufferCollection, TFormat.) | |
RemoveInputs(TIOutput) |
Removes some inputs.
(Inherited from IInputTIOutput, TIInput, TFrame, TBuffer, TBufferCollection, TFormat.) |
Name | Description | |
---|---|---|
OnDisabledChange |
Raised when the Disabled property changes state.
| |
OnProcessFrame |
Raised when a frame is processed.
| |
OnRaiseControlFrames |
Raised when control frames are raised.
|