MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat Class |
Namespace: FM.IceLink
The MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat type exposes the following members.
Name | Description | |
---|---|---|
MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat |
Initializes a new instance of the MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat class.
| |
MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat(TFormat) |
Initializes a new instance of the MediaSinkTIOutput, TIOutputCollection, TIInput, TSink, TFrame, TBuffer, TBufferCollection, TFormat class.
|
Name | Description | |
---|---|---|
Disabled |
Gets or sets a value indicating whether this sink is disabled.
| |
DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
Id |
Gets or sets the identifier.
(Inherited from MediaSinkBase.) | |
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 bitrate supported by this sink, in Kbps. -1 if unknown.
| |
Muted |
Gets or sets a value indicating whether this instance is muted.
| |
Output |
Gets or sets the current output.
| |
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.
| |
PipelineJsonFromInput |
Gets the pipeline JSON from an input.
| |
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.
(Inherited from MediaSinkBase.) |
Name | Description | |
---|---|---|
AddInput |
Adds an input.
| |
AddInputs |
Adds some inputs.
| |
ChangeOutput |
Changes the current output.
| |
CreateOutputCollection |
Creates an output collection.
| |
Destroy |
Destroys this instance.
| |
DoDestroy |
Destroys this instance.
| |
DoProcessFrame |
Processes a frame.
| |
DoProcessSdpMediaDescription |
Processes a remote SDP media description.
| |
DoProcessStatsFromInput |
Processes stats from an input.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDynamicValue |
Gets a property value from the local cache.
(Inherited from Dynamic.) | |
GetHashCode | (Inherited from Object.) | |
GetOutputs |
Gets the available outputs.
| |
GetType | (Inherited from Object.) | |
HasInput |
Determines whether this pipe has the specified input.
| |
MemberwiseClone | (Inherited from Object.) | |
ProcessFrame |
Processes a frame.
| |
ProcessSdpMediaDescriptionFromInput |
Processes a remote SDP media description from an output.
| |
ProcessStatsFromInput |
Processes stats from an input.
| |
RaiseControlFrame |
Raises a control frame.
| |
RaiseControlFrames |
Raises some control frames.
| |
RemoveInput |
Removes an input.
| |
RemoveInputs |
Removes all inputs.
| |
RemoveInputs(TIOutput) |
Removes some inputs.
| |
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 Disabled is changed.
| |
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.
| |
OnStateChange |
Raised when the state changes.
|