DataStream Class |
Namespace: FM.IceLink
The DataStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataStream(DataChannel) |
Initializes a new instance of the DataStream class.
|
![]() | DataStream(DataChannel) |
Initializes a new instance of the DataStream class.
|
Name | Description | |
---|---|---|
![]() | CanonicalName |
Gets or sets the canonical name.
(Inherited from Stream.) |
![]() | Channels |
Gets the channels.
(Overrides DataStreamBaseTDataChannelChannels.) |
![]() | Direction |
Gets the current direction.
(Inherited from DataStreamBaseTDataChannel.) |
![]() | Disabled |
Gets or sets a value indicating whether this stream is disabled.
(Inherited from Stream.) |
![]() | DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) |
![]() | EncryptionMode |
Gets or sets the encryption mode.
(Inherited from Stream.) |
![]() | EncryptionModes |
Gets or sets the encryption modes.
(Inherited from Stream.) |
![]() | EncryptionPolicy |
Gets or sets a value indicating Encryption Policy
(Inherited from Stream.) |
![]() | Id |
Gets or sets the identifier.
(Inherited from StreamBase.) |
![]() | Index |
Gets the index.
(Inherited from Stream.) |
![]() | IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) |
![]() | Label |
Gets a label that identifies this class.
(Inherited from DataStreamBaseTDataChannel.) |
![]() | LocalDirection |
Gets or sets the current direction.
(Inherited from DataStreamBaseTDataChannel.) |
![]() | LocalIceParameters |
Gets or sets the local ICE parameters.
(Inherited from Stream.) |
![]() | LocalReceive |
Gets or sets a value indicating whether receiving media is supported by the local peer on this stream.
(Inherited from StreamBase.) |
![]() | LocalSend |
Gets or sets a value indicating whether sending media is supported by the local peer on this stream.
(Inherited from StreamBase.) |
![]() | RemoteDirection |
Gets or sets the current direction.
(Inherited from DataStreamBaseTDataChannel.) |
![]() | RemoteIceParameters |
Gets the remote ICE parameters.
(Inherited from Stream.) |
![]() | RemoteReceive |
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.) |
![]() | RemoteSend |
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.) |
![]() | SctpPort |
Gets the SCTP port.
|
![]() | SdesPolicy |
Gets or sets Sdes policy for stream.
(Inherited from Stream.) |
![]() | Tag |
Gets or sets an optional tag to identify this instance.
(Inherited from StreamBase.) |
![]() | Type |
Gets or sets the type.
(Inherited from StreamBase.) |
![]() | UseDtls |
Gets or sets a value indicating whether DTLS encryption is in use for this stream.
(Inherited from Stream.) |
![]() | UseSdes |
Gets or sets a value indicating whether SDES encryption is in use for this stream.
(Overrides StreamUseSdes.) |
Name | Description | |
---|---|---|
![]() | ChangeDirection |
Changes this stream's direction
(Inherited from DataStreamBaseTDataChannel.) |
![]() | CreateSdpMediaDescription |
Generates SDP media description for data stream.
(Overrides StreamCreateSdpMediaDescription(Message, Boolean, Boolean, Boolean).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetDynamicValue |
Gets a property value from the local cache.
(Inherited from Dynamic.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ProcessCachedSettings |
Process the cached settings.
(Overrides StreamProcessCachedSettings.) |
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | OnDirectionChange |
Raised when the stream direction change has occurred.
(Inherited from StreamBase.) |
![]() | OnDisabledChange |
Raised when the Disabled property changes state.
(Inherited from Stream.) |