MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat Class |
Namespace: FM.IceLink
The MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat type exposes the following members.
Name | Description | |
---|---|---|
MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat |
Initializes a new instance of the MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat class.
|
Name | Description | |
---|---|---|
Disabled |
Gets a value indicating whether this source is disabled.
| |
DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
Id |
Gets or sets the identifier.
(Inherited from MediaSourceBase.) | |
Input |
Gets or sets the current input.
| |
IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) | |
Label |
Gets a label that identifies this class.
| |
MaxOutputBitrate |
Gets the maximum supported output bitrate. -1 means infinite.
| |
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.
| |
PipelineJsonFromOutput |
Gets the pipeline JSON from an output.
| |
State |
Gets the state.
| |
SynchronizationSource |
Gets or sets the synchronization source.
| |
Tag |
Gets or sets an optional tag to identify this instance.
(Inherited from MediaSourceBase.) |
Name | Description | |
---|---|---|
AddOutput |
Adds an output.
| |
AddOutputs |
Adds some outputs.
| |
ChangeInput |
Changes the current input.
| |
CreateInputCollection |
Creates an input collection.
| |
Destroy |
Destroys this instance.
| |
DoDestroy |
Destroys this instance.
| |
DoProcessControlFrames |
Processes the control frames.
| |
DoProcessSdpMediaDescription |
Processes a local SDP media description.
| |
DoProcessStatsFromOutput |
Processes stats from an output.
| |
DoStart |
Starts this instance.
| |
DoStop |
Stops this instance.
| |
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.) | |
GetInputs |
Gets the available inputs.
| |
GetType | (Inherited from Object.) | |
HasOutput |
Determines whether this source has the specified output.
| |
IncrementFirSequenceNumber |
Increments the FIR sequence number.
| |
MemberwiseClone | (Inherited from Object.) | |
ProcessControlFrames |
Processes the control frames.
| |
ProcessGetMuteFromStream |
Gets whether the stream is muted or not.
| |
ProcessSdpMediaDescriptionFromOutput |
Processes a local SDP media description from an output.
| |
ProcessSetMuteFromStream |
Process a set mute call from a stream.
| |
ProcessStatsFromOutput |
Processes stats from an output.
| |
RaiseFrame |
Raises a frame.
| |
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.) | |
Start |
Starts this instance.
(Overrides MediaSourceBaseStart.) | |
Stop |
Stops this instance.
(Overrides MediaSourceBaseStop.) | |
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.
| |
OnRaiseFrame |
Raised when a frame is raised.
| |
OnStateChange |
Raised when the state changes.
|