IVideoInput Interface |
Namespace: FM.IceLink
The IVideoInput 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.
(Inherited from IMediaInputTIOutput, TIInput, TFrame, TBuffer, TBufferCollection, TFormat.) | |
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.
(Inherited from IMediaInputTIOutput, TIInput, TFrame, TBuffer, TBufferCollection, TFormat.) |
Name | Description | |
---|---|---|
OnDisabledChange |
Raised when the Disabled property changes state.
(Inherited from IMediaInputTIOutput, TIInput, TFrame, TBuffer, TBufferCollection, TFormat.) | |
OnProcessFrame |
Raised when a frame is processed.
(Inherited from IMediaInputTIOutput, TIInput, TFrame, TBuffer, TBufferCollection, TFormat.) | |
OnRaiseControlFrames |
Raised when control frames are raised.
(Inherited from IMediaInputTIOutput, TIInput, TFrame, TBuffer, TBufferCollection, TFormat.) |