Click or drag to resize

MediaStreamTIOutput, TIOutputCollection, TIInput, TIInputCollection, TFrame, TBuffer, TBufferCollection, TFormat, TFormatCollection Methods

The MediaStreamTIOutput, TIOutputCollection, TIInput, TIInputCollection, TFrame, TBuffer, TBufferCollection, TFormat, TFormatCollection generic type exposes the following members.

Methods
  NameDescription
Public methodAddInput
Adds an input.
Public methodAddInputs
Adds some inputs.
Public methodAddOutput
Adds an output.
Public methodAddOutputs
Adds some outputs.
Public methodChangeDirection
Records the pending direction of this stream. The LocalDirection of this stream will be updated when the connection renegotiation commences.
(Inherited from MediaStreamBase.)
Public methodChangeInputFormat
Changes the current input format (switches codecs).
Protected methodCreateFormat(MapAttribute)
Creates a format.
Protected methodCreateFormat(String, Int32, String, Int32)
Creates a format.
Protected methodCreateInputCollection
Creates an input collection.
Protected methodCreateMediaFormatCollection
Creates a media format collection.
Protected methodCreateOutputCollection
Creates an output collection.
Public methodCreateSdpMediaDescription
Generates SDP media description for stream.
(Overrides StreamCreateSdpMediaDescription(Message, Boolean, Boolean, Boolean).)
Public methodDestroy
Destroys this instance.
Public methodDisableInputFormat
Disables an input format. This will trigger a codec switch if disabling the current input format. This may disable the stream
Public methodEnableInputFormat
Enables an input format. This will NOT trigger a codec switch.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodFormatArrayFromList
Creates a format array from a format list.
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 methodGetType (Inherited from Object.)
Public methodIncrementFirSequenceNumber
Increments the FIR sequence number.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodProcessBandwidthAdapatationPolicyChange
Contains logic updating internal policies when bandwidth adapation policy chnages.
Protected methodProcessCachedSettings
Processes cached settings.
(Overrides StreamProcessCachedSettings.)
Public methodProcessControlFrames
Processes a control frame.
Public methodProcessFrame
Processes a frame.
Public methodProcessGetMuteFromStream
Gets whether the stream is muted or not.
Public methodProcessSdpMediaDescriptionFromInput
Processes a local SDP media description from an input.
Public methodProcessSdpMediaDescriptionFromOutput
Processes a local SDP media description from an output.
Public methodProcessSetMuteFromStream
Process a set mute call from a stream.
Public methodProcessStatsFromInput
Processes stats from an input.
Public methodProcessStatsFromOutput
Processes stats from an output.
Protected methodRaiseControlFrames
Raises some control frames.
Protected methodRaiseFrame
Raises a frame.
Public methodRemoveInput
Removes an input.
Public methodRemoveInputs
Removes all inputs.
Public methodRemoveInputs(TIOutput)
Removes some inputs.
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 methodToString
Returns a string that represents this instance.
(Inherited from StreamBase.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
See Also