Class PvSessionInfo
Describes a multimedia session (typically an RTP stream) discovered via SAP.
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class PvSessionInfo : IDisposable
Constructors
View SourcePvSessionInfo()
Constructor.
Declaration
public PvSessionInfo()
Fields
View SourceswigCMemOwn
Determines who is responsible for deleting the underlying C++ object.
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Properties
View SourceAddress
The session connection address (an IPv4 address).
Declaration
public string Address { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LocalAddress
The local address on which the session was discovered.
Declaration
public string LocalAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The textual session name.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Port
The session transport port.
Declaration
public ushort Port { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Dispose
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~PvSessionInfo()
Destructor.
Declaration
protected ~PvSessionInfo()