Click or drag to resize

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

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

Properties
  NameDescription
Public propertyAbsoluteSenderTimeDirection
Gets the current direction for the RTP Header Extension for Absolute Sender Time. See https://webrtc.org/experiments/rtp-hdrext/abs-send-time/ . If the remote capability has not yet been receieved, only local requirements are taken into consideration.
Public propertyAbsoluteSenderTimeLocalDirection
Gets the locally requested current direction for the RTP Header Extension for Absolute Sender Time. See https://webrtc.org/experiments/rtp-hdrext/abs-send-time/ .
Public propertyAbsoluteSenderTimeRemoteDirection
Gets the current direction for the RTP Header Extension for Absolute Sender Time as indicated by the remote peer. See https://webrtc.org/experiments/rtp-hdrext/abs-send-time/ .
Public propertyBandwidthAdaptationPolicy
Gets or sets bandwidth adapation policy for this stream. EXPERIMENTAL FEATURE.
Public propertyCanonicalName
Gets or sets the canonical name.
(Inherited from Stream.)
Public propertyDirection
Gets the direction.
(Inherited from MediaStreamBase.)
Public propertyDisableAutomaticReports
Gets or sets a value indicating whether to disable automatic RTCP sender/receiver reports.
Public propertyDisabled
Gets or sets a value indicating whether this stream is disabled.
(Inherited from Stream.)
Public propertyDisabledInputFormats
Gets the disabled input formats.
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyEncryptionMode
Gets or sets the encryption mode.
(Inherited from Stream.)
Public propertyEncryptionModes
Gets or sets the encryption modes.
(Inherited from Stream.)
Public propertyEncryptionPolicy
Gets or sets a value indicating Encryption Policy
(Inherited from Stream.)
Public propertyId
Gets or sets the identifier.
(Inherited from StreamBase.)
Public propertyIndex
Gets the index.
(Inherited from Stream.)
Public propertyInput
Gets the input.
Public propertyInputFormat
Gets the current input format.
Public propertyInputFormats
Gets the available input formats.
Public propertyInputs
Gets the inputs.
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyJitterConfig
Gets the jitter configuration.
Public propertyLabel
Gets a label that identifies this class.
(Inherited from MediaStreamBase.)
Public propertyLocalBandwidth
Gets or sets the local bandwidth in Kbps (Kilobits per second).
(Inherited from MediaStreamBase.)
Public propertyLocalDirection
Gets or sets current direction indicated by the local description.
(Inherited from MediaStreamBase.)
Public propertyLocalIceParameters
Gets or sets the local ICE parameters.
(Inherited from Stream.)
Public propertyLocalMedia
Gets or sets the local media, if one was specified.
Public propertyLocalReceive
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream.
(Inherited from StreamBase.)
Public propertyLocalSend
Gets or sets a value indicating whether sending media is supported by the local peer on this stream.
(Inherited from StreamBase.)
Public propertyMaxInputBitrate
Gets the maximum bitrate that is supported by this stream in Kbps (Kilobits per second). Returns -1 if it is not set.
(Overrides MediaStreamBaseMaxInputBitrate.)
Public propertyMaxOutputBitrate
Gets the maximum bitrate that all outputs can support.
Public propertyMultiplexed
Gets a value indicating whether Rtp and Rtcp components for this stream are multiplexed on the same port.
Public propertyMultiplexingSupported
Gets a value indicating whether so far negotiation with the peer indicates that Rtp and Rtcp component multiplexing on the same port is supported.
Public propertyMuted
Gets or sets a value indicating whether this instance is muted.
(Overrides MediaStreamBaseMuted.)
Public propertyNackConfig
Gets Nack config.
Public propertyNackEnabled
Gets True if Nack is negotiated.
Public propertyNackPolicy
Gets or sets the Nack Policy.
Public propertyOutput
Gets the output.
Public propertyOutputFormat
Gets or sets the output format.
Public propertyOutputs
Gets the outputs.
Protected propertyPendingLocalDirection
Gets or sets the pending local direction.
(Inherited from MediaStreamBase.)
Public propertyPersistent
Gets a value indicating whether this instance is persistent. Always returns false.
Public propertyPipelineJson
Gets the pipeline JSON with this as the central point.
Public propertyPipelineJsonFromInput
Gets the pipeline JSON from an input.
Public propertyPipelineJsonFromOutput
Gets the pipeline JSON from an output.
Public propertyProcessFramePolicy
Gets or sets the ProcessFramePolicy for this media input.
Public propertyRedFecConfig
Gets Fec Config.
Public propertyRedFecEnabled
Gets True if Red Fec is negotiated.
Public propertyRedFecPolicy
Gets or sets the Fec Policy.
Public propertyRembEnabled
Gets True if goog-remb is negotiated.
Public propertyRembPolicy
Gets or sets the goog-remb policy.
Public propertyRemoteBandwidth
Gets or sets the remote bandwidth in Kbps (Kilobits per second).
(Inherited from MediaStreamBase.)
Public propertyRemoteDirection
Gets or sets current direction indicated by the remote description.
(Inherited from MediaStreamBase.)
Public propertyRemoteIceParameters
Gets the remote ICE parameters.
(Inherited from Stream.)
Public propertyRemoteMedia
Gets or sets the remote media, if one was specified.
Public propertyRemoteReceive
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream. Returns false if the remote stream direction has not been received.
(Inherited from StreamBase.)
Public propertyRemoteSend
Gets a value indicating whether sending media is supported by the remote peer on this stream. Returns false if the remote stream direction has not been received.
(Inherited from StreamBase.)
Protected propertyRenegotiationPending
Gets or sets whether there exist changes that are pending SDP renegotiation.
(Inherited from MediaStreamBase.)
Public propertySdesPolicy
Gets or sets Sdes policy for stream.
(Inherited from Stream.)
Public propertyTag
Gets or sets an optional tag to identify this instance.
(Inherited from StreamBase.)
Public propertyType
Gets or sets the type.
(Inherited from StreamBase.)
Public propertyUseDtls
Gets or sets a value indicating whether DTLS encryption is in use for this stream.
(Inherited from Stream.)
Public propertyUseSdes
Gets or sets a value indicating whether SDES encryption is in use for this stream.
(Inherited from Stream.)
Top
See Also