Click or drag to resize

MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat Class

A media source.
Inheritance Hierarchy
SystemObject
  FM.IceLinkSerializable
    FM.IceLinkDynamic
      FM.IceLinkMediaSourceBase
        FM.IceLinkMediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat
          FM.IceLinkAudioSource
          FM.IceLinkVideoSource

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat type exposes the following members.

Constructors
  NameDescription
Public methodMediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat
Initializes a new instance of the MediaSourceTIOutput, TIInput, TIInputCollection, TSource, TFrame, TBuffer, TBufferCollection, TFormat class.
Top
Properties
  NameDescription
Public propertyDisabled
Gets a value indicating whether this source is disabled.
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyId
Gets or sets the identifier.
(Inherited from MediaSourceBase.)
Public propertyInput
Gets or sets the current input.
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyLabel
Gets a label that identifies this class.
Public propertyMaxOutputBitrate
Gets the maximum supported output bitrate. -1 means infinite.
Public propertyMuted
Gets or sets a value indicating whether this instance is muted.
Public propertyOutput
Gets or sets the output.
Public propertyOutputFormat
Gets the output format.
Public propertyOutputs
Gets or sets the outputs.
Public propertyPersistent
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.
Public propertyPipelineJson
Gets the pipeline JSON with this as the central point.
Public propertyPipelineJsonFromOutput
Gets the pipeline JSON from an output.
Public propertyState
Gets the state.
Public propertySynchronizationSource
Gets or sets the synchronization source.
Public propertyTag
Gets or sets an optional tag to identify this instance.
(Inherited from MediaSourceBase.)
Top
Methods
  NameDescription
Public methodAddOutput
Adds an output.
Public methodAddOutputs
Adds some outputs.
Public methodChangeInput
Changes the current input.
Protected methodCreateInputCollection
Creates an input collection.
Public methodDestroy
Destroys this instance.
Protected methodDoDestroy
Destroys this instance.
Protected methodDoProcessControlFrames
Processes the control frames.
Protected methodDoProcessSdpMediaDescription
Processes a local SDP media description.
Protected methodDoProcessStatsFromOutput
Processes stats from an output.
Protected methodDoStart
Starts this instance.
Protected methodDoStop
Stops this instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetFirSequenceNumber
Gets the FIR sequence number.
Public methodGetHashCode (Inherited from Object.)
Public methodGetInputs
Gets the available inputs.
Public methodGetType (Inherited from Object.)
Public methodHasOutput
Determines whether this source has the specified output.
Public methodIncrementFirSequenceNumber
Increments the FIR sequence number.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProcessControlFrames
Processes the control frames.
Public methodProcessGetMuteFromStream
Gets whether the stream is muted or not.
Public methodProcessSdpMediaDescriptionFromOutput
Processes a local SDP media description from an output.
Public methodProcessSetMuteFromStream
Process a set mute call from a stream.
Public methodProcessStatsFromOutput
Processes stats from an output.
Protected methodRaiseFrame
Raises a frame.
Public methodRemoveOutput
Removes an output.
Public methodRemoveOutputs
Removes all outputs.
Public methodRemoveOutputs(TIInput)
Removes some outputs.
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodStart
Starts this instance.
(Overrides MediaSourceBaseStart.)
Public methodStop
Stops this instance.
(Overrides MediaSourceBaseStop.)
Public methodToString
Returns a string that represents this instance.
(Overrides ObjectToString.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
Events
  NameDescription
Public eventOnDisabledChange
Raised when the Disabled property changes state.
Public eventOnProcessControlFrames
Raised when control frames are processed.
Public eventOnRaiseFrame
Raised when a frame is raised.
Public eventOnStateChange
Raised when the state changes.
Top
See Also