| 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
Methods| Name | Description | |
|---|---|---|
|  | AddInput | 
            Adds an input.
             | 
|  | AddInputs | 
            Adds some inputs.
             | 
|  | AddOutput | 
            Adds an output.
             | 
|  | AddOutputs | 
            Adds some outputs.
             | 
|  | ChangeDirection | 
            Records the pending direction of this stream. The LocalDirection of this stream will be updated when the connection renegotiation commences.
            (Inherited from MediaStreamBase.) | 
|  | ChangeInputFormat | 
            Changes the current input format (switches codecs).
             | 
|  | CreateFormat(MapAttribute) | 
            Creates a format.
             | 
|  | CreateFormat(String, Int32, String, Int32) | 
            Creates a format.
             | 
|  | CreateInputCollection | 
            Creates an input collection.
             | 
|  | CreateMediaFormatCollection | 
            Creates a media format collection.
             | 
|  | CreateOutputCollection | 
            Creates an output collection.
             | 
|  | CreateSdpMediaDescription | 
            Generates SDP media description for stream.
            (Overrides StreamCreateSdpMediaDescription(Message, Boolean, Boolean, Boolean).) | 
|  | Destroy | 
            Destroys this instance.
             | 
|  | DisableInputFormat | 
            Disables an input format. This will trigger a codec
            switch if disabling the current input format. This
            may disable the stream 
             | 
|  | EnableInputFormat | 
            Enables an input format. This will NOT trigger a
            codec switch.
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | FormatArrayFromList | 
            Creates a format array from a format list.
             | 
|  | GetDynamicValue | 
            Gets a property value from the local cache.
            (Inherited from Dynamic.) | 
|  | GetFirSequenceNumber | 
            Gets the FIR sequence number.
             | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | IncrementFirSequenceNumber | 
            Increments the FIR sequence number.
             | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ProcessBandwidthAdapatationPolicyChange | 
            Contains logic updating internal policies when bandwidth adapation policy chnages.
             | 
|  | ProcessCachedSettings | 
            Processes cached settings.
            (Overrides StreamProcessCachedSettings.) | 
|  | ProcessControlFrames | 
            Processes a control frame.
             | 
|  | ProcessFrame | 
            Processes a frame.
             | 
|  | ProcessGetMuteFromStream | 
            Gets whether the stream is muted or not.
             | 
|  | ProcessSdpMediaDescriptionFromInput | 
            Processes a local SDP media description from an input.
             | 
|  | ProcessSdpMediaDescriptionFromOutput | 
            Processes a local SDP media description from an output.
             | 
|  | ProcessSetMuteFromStream | 
            Process a set mute call from a stream.
             | 
|  | ProcessStatsFromInput | 
            Processes stats from an input.
             | 
|  | ProcessStatsFromOutput | 
            Processes stats from an output.
             | 
|  | RaiseControlFrames | 
            Raises some control frames.
             | 
|  | RaiseFrame | 
            Raises a frame.
             | 
|  | RemoveInput | 
            Removes an input.
             | 
|  | RemoveInputs | 
            Removes all inputs.
             | 
|  | RemoveInputs(TIOutput) | 
            Removes some inputs.
             | 
|  | 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.) | 
|  | ToString | 
            Returns a string that represents this instance.
            (Inherited from StreamBase.) | 
|  | UnsetDynamicValue | 
            Unsets a property value in the local cache.
            (Inherited from Dynamic.) | 
 See Also
See Also