SRtpStreamConfigurationDirection Property |
Gets or sets the direction of the stream.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic SRtpStreamDirection Direction { get; set; }
Public Property Direction As SRtpStreamDirection
Get
Set
public:
property SRtpStreamDirection Direction {
SRtpStreamDirection get ();
void set (SRtpStreamDirection value);
}
member Direction : SRtpStreamDirection with get, set
Property Value
Type:
SRtpStreamDirection
The direction.
See Also