diff --git a/api/SIPSorcery.Net.DtlsSrtpTransport.html b/api/SIPSorcery.Net.DtlsSrtpTransport.html index 87b52fc63..ec4ef4dcf 100644 --- a/api/SIPSorcery.Net.DtlsSrtpTransport.html +++ b/api/SIPSorcery.Net.DtlsSrtpTransport.html @@ -123,7 +123,7 @@

Constructors Improve this Doc - View Source + View Source

DtlsSrtpTransport(IDtlsSrtpPeer, Int32)

@@ -162,7 +162,7 @@

Fields Improve this Doc - View Source + View Source

DEFAULT_MTU

@@ -191,7 +191,7 @@
Field Value
Improve this Doc - View Source + View Source

DEFAULT_RETRANSMISSION_WAIT_MILLIS

@@ -220,7 +220,7 @@
Field Value
Improve this Doc - View Source + View Source

DEFAULT_TIMEOUT_MILLISECONDS

@@ -249,7 +249,7 @@
Field Value
Improve this Doc - View Source + View Source

DTLS_RECEIVE_ERROR_CODE

@@ -278,7 +278,7 @@
Field Value
Improve this Doc - View Source + View Source

DTLS_RETRANSMISSION_CODE

@@ -307,7 +307,7 @@
Field Value
Improve this Doc - View Source + View Source

MAX_IP_OVERHEAD

@@ -336,7 +336,7 @@
Field Value
Improve this Doc - View Source + View Source

MIN_IP_OVERHEAD

@@ -365,7 +365,7 @@
Field Value
Improve this Doc - View Source + View Source

OnDataReady

@@ -394,7 +394,7 @@
Field Value
Improve this Doc - View Source + View Source

RetransmissionMilliseconds

Sets the period in milliseconds that receive will wait before try retransmission

@@ -424,7 +424,7 @@
Field Value
Improve this Doc - View Source + View Source

TimeoutMilliseconds

Sets the period in milliseconds that the handshake attempt will timeout @@ -455,7 +455,7 @@

Field Value
Improve this Doc - View Source + View Source

UDP_OVERHEAD

@@ -486,7 +486,7 @@

Properties Improve this Doc - View Source + View Source

IsClient

@@ -516,7 +516,7 @@
Property Value
Improve this Doc - View Source + View Source

SrtcpDecoder

@@ -546,7 +546,7 @@
Property Value
Improve this Doc - View Source + View Source

SrtcpEncoder

@@ -576,7 +576,7 @@
Property Value
Improve this Doc - View Source + View Source

SrtpDecoder

@@ -606,7 +606,7 @@
Property Value
Improve this Doc - View Source + View Source

SrtpEncoder

@@ -636,7 +636,7 @@
Property Value
Improve this Doc - View Source + View Source

Transport

@@ -668,7 +668,7 @@

Methods Improve this Doc - View Source + View Source

BackOff(Int32)

@@ -716,7 +716,7 @@
Returns
Improve this Doc - View Source + View Source

Close()

@@ -731,7 +731,7 @@
Declaration
Improve this Doc - View Source + View Source

Dispose()

@@ -747,7 +747,7 @@
Declaration
Improve this Doc - View Source + View Source

Dispose(Boolean)

@@ -780,7 +780,7 @@
Parameters
Improve this Doc - View Source + View Source

DoHandshake(out String)

@@ -827,7 +827,7 @@
Returns
Improve this Doc - View Source + View Source

GenerateRtcpDecoder()

@@ -857,7 +857,7 @@
Returns
Improve this Doc - View Source + View Source

GenerateRtcpEncoder()

@@ -887,7 +887,7 @@
Returns
Improve this Doc - View Source + View Source

GenerateRtpDecoder()

@@ -917,7 +917,7 @@
Returns
Improve this Doc - View Source + View Source

GenerateRtpEncoder()

@@ -947,7 +947,7 @@
Returns
Improve this Doc - View Source + View Source

GenerateTransformer(Boolean, Boolean)

@@ -999,7 +999,7 @@
Returns
Improve this Doc - View Source + View Source

GetMasterClientKey()

@@ -1029,7 +1029,7 @@
Returns
Improve this Doc - View Source + View Source

GetMasterClientSalt()

@@ -1059,7 +1059,7 @@
Returns
Improve this Doc - View Source + View Source

GetMasterServerKey()

@@ -1089,7 +1089,7 @@
Returns
Improve this Doc - View Source + View Source

GetMasterServerSalt()

@@ -1119,7 +1119,7 @@
Returns
Improve this Doc - View Source + View Source

GetReceiveLimit()

@@ -1149,7 +1149,7 @@
Returns
Improve this Doc - View Source + View Source

GetRemoteCertificate()

@@ -1179,7 +1179,7 @@
Returns
Improve this Doc - View Source + View Source

GetSendLimit()

@@ -1209,7 +1209,7 @@
Returns
Improve this Doc - View Source + View Source

GetSrtcpPolicy()

@@ -1239,7 +1239,7 @@
Returns
Improve this Doc - View Source + View Source

GetSrtpPolicy()

@@ -1269,7 +1269,7 @@
Returns
Improve this Doc - View Source + View Source

IsHandshakeComplete()

@@ -1299,7 +1299,7 @@
Returns
Improve this Doc - View Source + View Source

IsHandshakeFailed()

@@ -1329,7 +1329,7 @@
Returns
Improve this Doc - View Source + View Source

IsHandshaking()

@@ -1359,7 +1359,7 @@
Returns
Improve this Doc - View Source + View Source

ProtectRTCP(Byte[], Int32, Int32)

@@ -1411,79 +1411,12 @@
Returns
- - | - Improve this Doc - - - View Source - - -

ProtectRTCP(Byte[], Int32, Int32, Byte[], Int32)

-
-
-
Declaration
-
-
public int ProtectRTCP(byte[] packet, int offset, int length, byte[] buffer, int bufferLength)
-
-
Parameters
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TypeNameDescription
System.Byte[]packet
System.Int32offset
System.Int32length
System.Byte[]buffer
System.Int32bufferLength
-
Returns
- - - - - - - - - - - - - -
TypeDescription
System.Int32
| Improve this Doc - View Source + View Source

ProtectRTCP(Byte[], Int32, out Int32)

@@ -1540,7 +1473,7 @@
Returns
Improve this Doc - View Source + View Source

ProtectRTP(Byte[], Int32, Int32)

@@ -1592,79 +1525,12 @@
Returns
- - | - Improve this Doc - - - View Source - - -

ProtectRTP(Byte[], Int32, Int32, Byte[], Int32)

-
-
-
Declaration
-
-
public int ProtectRTP(byte[] packet, int offset, int length, byte[] buffer, int bufferLength)
-
-
Parameters
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TypeNameDescription
System.Byte[]packet
System.Int32offset
System.Int32length
System.Byte[]buffer
System.Int32bufferLength
-
Returns
- - - - - - - - - - - - - -
TypeDescription
System.Int32
| Improve this Doc - View Source + View Source

ProtectRTP(Byte[], Int32, out Int32)

@@ -1721,7 +1587,7 @@
Returns
Improve this Doc - View Source + View Source

Receive(Byte[], Int32, Int32, Int32)

@@ -1783,7 +1649,7 @@
Returns
Improve this Doc - View Source + View Source

Send(Byte[], Int32, Int32)

@@ -1825,7 +1691,7 @@
Parameters
Improve this Doc - View Source + View Source

UnprotectRTCP(Byte[], Int32, Int32)

@@ -1882,7 +1748,7 @@
Returns
Improve this Doc - View Source + View Source

UnprotectRTCP(Byte[], Int32, out Int32)

@@ -1939,7 +1805,7 @@
Returns
Improve this Doc - View Source + View Source

UnprotectRTP(Byte[], Int32, Int32)

@@ -1996,7 +1862,7 @@
Returns
Improve this Doc - View Source + View Source

UnprotectRTP(Byte[], Int32, out Int32)

@@ -2053,7 +1919,7 @@
Returns
Improve this Doc - View Source + View Source

WriteToRecvStream(Byte[])

@@ -2087,7 +1953,7 @@

Events Improve this Doc - View Source + View Source

OnAlert

Parameters:

@@ -2142,7 +2008,7 @@

Extension Methods

Improve this Doc
  • - View Source + View Source
  • diff --git a/api/SIPSorcery.Net.H264Packetiser.H264Nal.html b/api/SIPSorcery.Net.H264Packetiser.H264Nal.html index abf23051b..f461baca3 100644 --- a/api/SIPSorcery.Net.H264Packetiser.H264Nal.html +++ b/api/SIPSorcery.Net.H264Packetiser.H264Nal.html @@ -106,18 +106,18 @@

    Constructors

    | - Improve this Doc + Improve this Doc - View Source + View Source -

    H264Nal(Int32, Int32, Boolean)

    +

    H264Nal(Byte[], Boolean)

    Declaration
    -
    public H264Nal(int start, int length, bool isLast)
    +
    public H264Nal(byte[] nal, bool isLast)
    Parameters
    @@ -130,13 +130,8 @@
    Parameters
    - - - - - - - + + @@ -146,23 +141,24 @@
    Parameters
    System.Int32start
    System.Int32lengthSystem.Byte[]nal
    -

    Fields +

    Properties

    | - Improve this Doc + Improve this Doc View Source -

    Length

    + +

    IsLast

    Declaration
    -
    public readonly int Length
    +
    public readonly bool IsLast { get; }
    -
    Field Value
    +
    Property Value
    @@ -172,56 +168,25 @@
    Field Value
    - +
    System.Int32System.Boolean
    | - Improve this Doc + Improve this Doc View Source -

    Start

    -
    -
    -
    Declaration
    -
    -
    public readonly int Start
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int32
    -

    Properties -

    - - | - Improve this Doc - - - View Source - - -

    IsLast

    + +

    NAL

    Declaration
    -
    public readonly bool IsLast { get; }
    +
    public readonly byte[] NAL { get; }
    Property Value
    @@ -233,7 +198,7 @@
    Property Value
    - + diff --git a/api/SIPSorcery.Net.H264Packetiser.html b/api/SIPSorcery.Net.H264Packetiser.html index cd9450dc8..08e0f58af 100644 --- a/api/SIPSorcery.Net.H264Packetiser.html +++ b/api/SIPSorcery.Net.H264Packetiser.html @@ -148,7 +148,7 @@

    Methods Improve this Doc - View Source + View Source

    GetH264RtpHeader(Byte, Boolean, Boolean)

    @@ -258,18 +258,18 @@
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    ParseNals(Byte[], Int32, Int32)

    +

    ParseNals(Byte[])

    Declaration
    -
    public static IEnumerable<H264Packetiser.H264Nal> ParseNals(byte[] accessUnit, int start, int length)
    +
    public static IEnumerable<H264Packetiser.H264Nal> ParseNals(byte[] accessUnit)
    Parameters
    System.BooleanSystem.Byte[]
    @@ -286,16 +286,6 @@
    Parameters
    - - - - - - - - - -
    accessUnit
    System.Int32start
    System.Int32length
    Returns
    diff --git a/api/SIPSorcery.Net.IPacketTransformer.html b/api/SIPSorcery.Net.IPacketTransformer.html index 3330d8b5e..19805ebb4 100644 --- a/api/SIPSorcery.Net.IPacketTransformer.html +++ b/api/SIPSorcery.Net.IPacketTransformer.html @@ -88,7 +88,7 @@

    Methods Improve this Doc - View Source + View Source

    Close()

    @@ -103,7 +103,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ReverseTransform(Byte[])

    @@ -150,7 +150,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ReverseTransform(Byte[], Int32, Int32)

    @@ -249,69 +249,12 @@
    Returns
    - - | - Improve this Doc - - - View Source - - -

    Transform(Byte[], Byte[], Int32)

    -
    -
    -
    Declaration
    -
    -
    int Transform(byte[] pkt, byte[] resultBuffer, int resultBufferLength)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.Byte[]pkt
    System.Byte[]resultBuffer
    System.Int32resultBufferLength
    -
    Returns
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int32
    | Improve this Doc - View Source + View Source

    Transform(Byte[], Int32, Int32)

    @@ -363,73 +306,6 @@
    Returns
    - - | - Improve this Doc - - - View Source - - -

    Transform(Byte[], Int32, Int32, Byte[], Int32)

    -
    -
    -
    Declaration
    -
    -
    int Transform(byte[] pkt, int offset, int length, byte[] resultBuffer, int resultBufferLength)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.Byte[]pkt
    System.Int32offset
    System.Int32length
    System.Byte[]resultBuffer
    System.Int32resultBufferLength
    -
    Returns
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int32

    Extension Methods

    JSONWriter.ToJson(Object) diff --git a/api/SIPSorcery.Net.RTCPeerConnection.html b/api/SIPSorcery.Net.RTCPeerConnection.html index a55873e9a..a92db8466 100644 --- a/api/SIPSorcery.Net.RTCPeerConnection.html +++ b/api/SIPSorcery.Net.RTCPeerConnection.html @@ -1233,7 +1233,7 @@

    Methods Improve this Doc - View Source + View Source

    addIceCandidate(RTCIceCandidateInit)

    @@ -1267,7 +1267,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    addLocalIceCandidate(RTCIceCandidate)

    @@ -1308,7 +1308,7 @@
    Improve this Doc - View Source + View Source

    CancelOnNegotiationNeededTask()

    @@ -1483,7 +1483,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    createDataChannel(String, RTCDataChannelInit)

    @@ -1683,7 +1683,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    Dispose()

    @@ -1701,7 +1701,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    Dispose(Boolean)

    @@ -1736,7 +1736,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    getConfiguration()

    @@ -1802,7 +1802,7 @@
    Returns
    Improve this Doc - View Source + View Source

    restartIce()

    @@ -1818,7 +1818,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    setConfiguration(RTCConfiguration)

    @@ -2058,7 +2058,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    StartOnNegotiationNeededTask()

    diff --git a/api/SIPSorcery.Net.RTPChannel.html b/api/SIPSorcery.Net.RTPChannel.html index e6f2c25a3..f7b4ce035 100644 --- a/api/SIPSorcery.Net.RTPChannel.html +++ b/api/SIPSorcery.Net.RTPChannel.html @@ -125,7 +125,7 @@

    Constructors Improve this Doc - View Source + View Source

    RTPChannel(Boolean, IPAddress, Int32, PortRange)

    @@ -182,7 +182,7 @@

    Fields Improve this Doc - View Source + View Source

    m_controlReceiver

    @@ -211,7 +211,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    m_rtpReceiver

    @@ -242,7 +242,7 @@

    Properties Improve this Doc - View Source + View Source

    ControlLocalEndPoint

    @@ -273,7 +273,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ControlPort

    @@ -304,7 +304,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    IsClosed

    @@ -334,7 +334,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    IsDualMode

    @@ -366,7 +366,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    LastRtpDestination

    @@ -398,7 +398,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    RTPLocalEndPoint

    @@ -429,7 +429,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    RTPPort

    @@ -460,7 +460,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    RtpSocket

    @@ -492,7 +492,7 @@

    Methods Improve this Doc - View Source + View Source

    Close(String)

    @@ -525,7 +525,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Dispose()

    @@ -540,7 +540,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    Dispose(Boolean)

    @@ -572,7 +572,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    OnRTPPacketReceived(UdpReceiver, Int32, IPEndPoint, Byte[])

    @@ -621,19 +621,19 @@
    Parameters
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    Send(RTPChannelSocketsEnum, IPEndPoint, Byte[], Int32)

    +

    Send(RTPChannelSocketsEnum, IPEndPoint, Byte[])

    The send method for the RTP channel.

    Declaration
    -
    public virtual SocketError Send(RTPChannelSocketsEnum sendOn, IPEndPoint dstEndPoint, byte[] buffer, int bufferLength = -1)
    +
    public virtual SocketError Send(RTPChannelSocketsEnum sendOn, IPEndPoint dstEndPoint, byte[] buffer)
    Parameters
    @@ -663,11 +663,6 @@
    Parameters
    - - - - -

    The data to send.

    System.Int32bufferLength
    Returns
    @@ -692,7 +687,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Start()

    @@ -708,7 +703,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    StartControlReceiver()

    @@ -724,7 +719,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    StartRtpReceiver()

    @@ -742,7 +737,7 @@

    Events Improve this Doc - View Source + View Source

    OnClosed

    @@ -771,7 +766,7 @@
    Event Type
    Improve this Doc - View Source + View Source

    OnControlDataReceived

    @@ -800,7 +795,7 @@
    Event Type
    Improve this Doc - View Source + View Source

    OnRTPDataReceived

    @@ -843,7 +838,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/SIPSorcery.Net.RTPChannelSocketsEnum.html b/api/SIPSorcery.Net.RTPChannelSocketsEnum.html index 95ab97d34..80dc91a9f 100644 --- a/api/SIPSorcery.Net.RTPChannelSocketsEnum.html +++ b/api/SIPSorcery.Net.RTPChannelSocketsEnum.html @@ -116,7 +116,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/SIPSorcery.Net.RTPHeader.html b/api/SIPSorcery.Net.RTPHeader.html index c6096074e..8eb1e9389 100644 --- a/api/SIPSorcery.Net.RTPHeader.html +++ b/api/SIPSorcery.Net.RTPHeader.html @@ -117,7 +117,7 @@

    Constructors Improve this Doc - View Source + View Source

    RTPHeader()

    @@ -132,7 +132,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    RTPHeader(Byte[])

    @@ -167,7 +167,7 @@

    Fields Improve this Doc - View Source + View Source

    CSRCCount

    @@ -196,7 +196,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    CSRCList

    @@ -225,7 +225,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    ExtensionLength

    @@ -254,7 +254,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    ExtensionPayload

    @@ -283,7 +283,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    ExtensionProfile

    @@ -312,7 +312,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    HeaderExtensionFlag

    @@ -341,7 +341,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    MarkerBit

    @@ -370,7 +370,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    MIN_HEADER_LEN

    @@ -399,7 +399,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    ONE_BYTE_EXTENSION_PROFILE

    @@ -428,7 +428,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    PaddingCount

    @@ -457,7 +457,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    PaddingFlag

    @@ -486,7 +486,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    PayloadSize

    @@ -515,7 +515,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    PayloadType

    @@ -544,7 +544,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    ReceivedTime

    @@ -573,7 +573,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    RTP_VERSION

    @@ -602,7 +602,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    SequenceNumber

    @@ -631,7 +631,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    SyncSource

    @@ -660,7 +660,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    Timestamp

    @@ -689,7 +689,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    TWO_BYTE_EXTENSION_PROFILE

    @@ -718,7 +718,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    Version

    @@ -749,7 +749,7 @@

    Properties Improve this Doc - View Source + View Source

    Length

    @@ -778,36 +778,19 @@

    Methods

    | - Improve this Doc + Improve this Doc - View Source + View Source -

    GetBytes(Byte[])

    +

    GetBytes()

    Declaration
    -
    public byte[] GetBytes(byte[] header = null)
    +
    public byte[] GetBytes()
    -
    Parameters
    - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.Byte[]header
    Returns
    @@ -828,7 +811,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetHeader(UInt16, UInt32, UInt32)

    @@ -885,7 +868,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetHeaderExtensions()

    @@ -915,7 +898,7 @@
    Returns
    Improve this Doc - View Source + View Source

    TryParse(ReadOnlySpan<Byte>, out RTPHeader, out Int32)

    @@ -982,7 +965,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/SIPSorcery.Net.RTPPacket.html b/api/SIPSorcery.Net.RTPPacket.html index 260dd28e7..2bbb7cdfe 100644 --- a/api/SIPSorcery.Net.RTPPacket.html +++ b/api/SIPSorcery.Net.RTPPacket.html @@ -117,7 +117,7 @@

    Constructors Improve this Doc - View Source + View Source

    RTPPacket()

    @@ -132,7 +132,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    RTPPacket(Byte[])

    @@ -159,49 +159,12 @@
    Parameters
    - - | - Improve this Doc - - - View Source - - -

    RTPPacket(Byte[], Int32)

    -
    -
    -
    Declaration
    -
    -
    public RTPPacket(byte[] payloadBuffer, int payloadSize)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.Byte[]payloadBuffer
    System.Int32payloadSize
    | Improve this Doc - View Source + View Source

    RTPPacket(Int32)

    @@ -235,7 +198,7 @@

    Fields Improve this Doc - View Source + View Source

    Header

    @@ -259,53 +222,21 @@
    Field Value
    - - | - Improve this Doc - - - View Source - -

    PayloadSize

    -
    -
    -
    Declaration
    -
    -
    public int PayloadSize
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int32
    -

    Properties -

    | Improve this Doc - View Source + View Source -

    Payload

    Declaration
    -
    public byte[] Payload { get; }
    +
    public byte[] Payload
    -
    Property Value
    +
    Field Value
    @@ -322,42 +253,12 @@
    Property Value

    Methods

    - - | - Improve this Doc - - - View Source - - -

    CalculatedSize()

    -
    -
    -
    Declaration
    -
    -
    public int CalculatedSize()
    -
    -
    Returns
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int32
    | Improve this Doc - View Source + View Source

    GetBytes()

    @@ -382,59 +283,12 @@
    Returns
    - - | - Improve this Doc - - - View Source - - -

    GetBytes(Byte[])

    -
    -
    -
    Declaration
    -
    -
    public int GetBytes(byte[] buffer)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.Byte[]buffer
    -
    Returns
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int32
    | Improve this Doc - View Source + View Source

    TryParse(ReadOnlySpan<Byte>, RTPPacket, out Int32)

    @@ -491,7 +345,7 @@
    Returns
    Improve this Doc - View Source + View Source

    TryParse(ReadOnlySpan<Byte>, out RTPPacket, out Int32)

    @@ -558,7 +412,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/SIPSorcery.Net.RawPacket.html b/api/SIPSorcery.Net.RawPacket.html index c5d845f74..7bc3d1383 100644 --- a/api/SIPSorcery.Net.RawPacket.html +++ b/api/SIPSorcery.Net.RawPacket.html @@ -265,7 +265,7 @@

    Methods Improve this Doc - View Source + View Source

    Append(Byte[], Int32)

    @@ -302,7 +302,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    GetBuffer()

    @@ -332,7 +332,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetCsrcCount()

    @@ -359,36 +359,19 @@
    Returns
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    GetData(Byte[])

    +

    GetData()

    Declaration
    -
    public byte[] GetData(byte[] resultBuffer = null)
    +
    public byte[] GetData()
    -
    Parameters
    - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.Byte[]resultBuffer
    Returns
    @@ -404,64 +387,12 @@
    Returns
    - - | - Improve this Doc - - - View Source - - -

    GetDataIntoBuffer(Byte[], Int32)

    -
    -
    -
    Declaration
    -
    -
    public int GetDataIntoBuffer(byte[] resultBuffer, int bufferLength)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.Byte[]resultBuffer
    System.Int32bufferLength
    -
    Returns
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int32
    | Improve this Doc - View Source + View Source

    GetExtensionBit()

    @@ -491,7 +422,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetExtensionLength()

    @@ -521,7 +452,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetHeaderLength()

    @@ -551,7 +482,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetLength()

    @@ -581,7 +512,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPaddingSize()

    @@ -611,7 +542,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPayload()

    @@ -641,7 +572,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPayloadLength()

    @@ -671,7 +602,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPayloadType()

    @@ -701,7 +632,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetRTCPSSRC()

    @@ -731,7 +662,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetSequenceNumber()

    @@ -761,7 +692,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetSRTCPIndex(Int32)

    @@ -808,7 +739,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetSSRC()

    @@ -838,7 +769,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetTimestamp()

    @@ -868,7 +799,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Grow(Int32)

    @@ -900,7 +831,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    ReadInt(Int32)

    @@ -947,7 +878,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ReadRegion(Int32, Int32)

    @@ -999,7 +930,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ReadRegionToBuff(Int32, Int32, Byte[])

    @@ -1041,7 +972,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    ReadUnsignedIntAsLong(Int32)

    @@ -1088,7 +1019,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ReadUnsignedShortAsInt(Int32)

    @@ -1135,7 +1066,7 @@
    Returns
    Improve this Doc - View Source + View Source

    shrink(Int32)

    diff --git a/api/SIPSorcery.Net.RtpIceChannel.IceTcpReceiver.html b/api/SIPSorcery.Net.RtpIceChannel.IceTcpReceiver.html index 8a17230f4..4de5ea13e 100644 --- a/api/SIPSorcery.Net.RtpIceChannel.IceTcpReceiver.html +++ b/api/SIPSorcery.Net.RtpIceChannel.IceTcpReceiver.html @@ -165,7 +165,7 @@

    Declaration
    -
    public IceTcpReceiver(Socket socket, int mtu = 4096)
    +
    public IceTcpReceiver(Socket socket, int mtu = 6000)
    Parameters
    @@ -232,7 +232,7 @@

    Declaration
    -
    protected const int REVEIVE_TCP_BUFFER_SIZE = 4096
    +
    protected const int REVEIVE_TCP_BUFFER_SIZE = 6000
    Field Value
    diff --git a/api/SIPSorcery.Net.RtpIceChannel.html b/api/SIPSorcery.Net.RtpIceChannel.html index 9ebbf19d5..a440b067e 100644 --- a/api/SIPSorcery.Net.RtpIceChannel.html +++ b/api/SIPSorcery.Net.RtpIceChannel.html @@ -450,7 +450,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    m_rtpTcpReceiverByUri

    @@ -479,7 +479,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    MdnsGetAddresses

    An optional callback function to resolve remote ICE candidates with MDNS hostnames.

    @@ -912,7 +912,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    RtpTcpSocketByUri

    @@ -944,7 +944,7 @@

    Methods Improve this Doc - View Source + View Source

    AddRemoteCandidate(RTCIceCandidate)

    @@ -978,7 +978,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Close()

    @@ -994,7 +994,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    CloseTcp(RtpIceChannel.IceTcpReceiver, String)

    @@ -1031,7 +1031,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    CloseTcp(String)

    @@ -1063,7 +1063,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    EndSendToTCP(IAsyncResult)

    @@ -1095,7 +1095,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    OnRTPPacketReceived(UdpReceiver, Int32, IPEndPoint, Byte[])

    @@ -1150,7 +1150,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    ProcessStunMessage(STUNMessage, IPEndPoint, Boolean)

    @@ -1221,7 +1221,7 @@
    Improve this Doc - View Source + View Source

    Restart()

    @@ -1234,13 +1234,13 @@
    Declaration
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    Send(RTPChannelSocketsEnum, IPEndPoint, Byte[], Int32)

    +

    Send(RTPChannelSocketsEnum, IPEndPoint, Byte[])

    The send method for the RTP ICE channel. The sole purpose of this overload is to package up sends that need to be relayed via a TURN server. If the connected channel is not a relay then the send can be passed straight through to the underlying RTP channel.

    @@ -1248,7 +1248,7 @@

    Declaration
    -
    public override SocketError Send(RTPChannelSocketsEnum sendOn, IPEndPoint dstEndPoint, byte[] buffer, int bufferLength = -1)
    +
    public override SocketError Send(RTPChannelSocketsEnum sendOn, IPEndPoint dstEndPoint, byte[] buffer)
    Parameters
    @@ -1278,11 +1278,6 @@
    Parameters
    - - - - -

    The data to send.

    System.Int32bufferLength
    Returns
    @@ -1303,13 +1298,13 @@
    Returns
    Overrides
    -
    RTPChannel.Send(RTPChannelSocketsEnum, IPEndPoint, Byte[], Int32)
    +
    RTPChannel.Send(RTPChannelSocketsEnum, IPEndPoint, Byte[])
    | Improve this Doc - View Source + View Source

    SendOverTCP(IceServer, Byte[])

    @@ -1361,7 +1356,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SetRemoteCredentials(String, String)

    @@ -1421,7 +1416,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    StartTcpRtpReceiver()

    diff --git a/api/SIPSorcery.Net.SrtcpTransformer.html b/api/SIPSorcery.Net.SrtcpTransformer.html index 66faf7515..5c9808368 100644 --- a/api/SIPSorcery.Net.SrtcpTransformer.html +++ b/api/SIPSorcery.Net.SrtcpTransformer.html @@ -196,7 +196,7 @@

    Methods Improve this Doc - View Source + View Source

    Close()

    @@ -214,7 +214,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ReverseTransform(Byte[])

    @@ -261,7 +261,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ReverseTransform(Byte[], Int32, Int32)

    @@ -363,69 +363,12 @@
    Returns
    - - | - Improve this Doc - - - View Source - - -

    Transform(Byte[], Byte[], Int32)

    -
    -
    -
    Declaration
    -
    -
    public int Transform(byte[] pkt, byte[] resultBuffer, int resultBufferLength)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.Byte[]pkt
    System.Byte[]resultBuffer
    System.Int32resultBufferLength
    -
    Returns
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int32
    | Improve this Doc - View Source + View Source

    Transform(Byte[], Int32, Int32)

    @@ -477,73 +420,6 @@
    Returns
    - - | - Improve this Doc - - - View Source - - -

    Transform(Byte[], Int32, Int32, Byte[], Int32)

    -
    -
    -
    Declaration
    -
    -
    public int Transform(byte[] pkt, int offset, int length, byte[] resultBuffer, int resultBufferLength)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.Byte[]pkt
    System.Int32offset
    System.Int32length
    System.Byte[]resultBuffer
    System.Int32resultBufferLength
    -
    Returns
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int32

    Implements

    IPacketTransformer diff --git a/api/SIPSorcery.Net.SrtpHandler.html b/api/SIPSorcery.Net.SrtpHandler.html index 988583225..1ba68f89b 100644 --- a/api/SIPSorcery.Net.SrtpHandler.html +++ b/api/SIPSorcery.Net.SrtpHandler.html @@ -117,7 +117,7 @@

    Constructors Improve this Doc - View Source + View Source

    SrtpHandler()

    @@ -134,7 +134,7 @@

    Fields Improve this Doc - View Source + View Source

    m_localSecurityDescriptions

    @@ -163,7 +163,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    m_remoteSecurityDescriptions

    @@ -194,7 +194,7 @@

    Properties Improve this Doc - View Source + View Source

    IsNegotiationComplete

    @@ -224,7 +224,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    LocalSecurityDescription

    @@ -254,7 +254,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    RemoteSecurityDescription

    @@ -284,7 +284,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    SrtcpDecoder

    @@ -314,7 +314,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    SrtcpEncoder

    @@ -344,7 +344,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    SrtpDecoder

    @@ -374,7 +374,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    SrtpEncoder

    @@ -406,7 +406,7 @@

    Methods Improve this Doc - View Source + View Source

    ProtectRTCP(Byte[], Int32, Int32)

    @@ -458,79 +458,12 @@
    Returns
    - - | - Improve this Doc - - - View Source - - -

    ProtectRTCP(Byte[], Int32, Int32, Byte[], Int32)

    -
    -
    -
    Declaration
    -
    -
    public int ProtectRTCP(byte[] packet, int offset, int length, byte[] buffer, int bufferLength)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.Byte[]packet
    System.Int32offset
    System.Int32length
    System.Byte[]buffer
    System.Int32bufferLength
    -
    Returns
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int32
    | Improve this Doc - View Source + View Source

    ProtectRTCP(Byte[], Int32, out Int32)

    @@ -587,7 +520,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ProtectRTP(Byte[], Int32, Int32)

    @@ -639,79 +572,12 @@
    Returns
    - - | - Improve this Doc - - - View Source - - -

    ProtectRTP(Byte[], Int32, Int32, Byte[], Int32)

    -
    -
    -
    Declaration
    -
    -
    public int ProtectRTP(byte[] packet, int offset, int length, byte[] buffer, int bufferLength)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.Byte[]packet
    System.Int32offset
    System.Int32length
    System.Byte[]buffer
    System.Int32bufferLength
    -
    Returns
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int32
    | Improve this Doc - View Source + View Source

    ProtectRTP(Byte[], Int32, out Int32)

    @@ -768,7 +634,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RemoteSecurityDescriptionUnchanged(List<SDPSecurityDescription>)

    @@ -815,7 +681,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SetupLocal(List<SDPSecurityDescription>, SdpType)

    @@ -867,7 +733,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SetupRemote(List<SDPSecurityDescription>, SdpType)

    @@ -919,7 +785,7 @@
    Returns
    Improve this Doc - View Source + View Source

    UnprotectRTCP(Byte[], Int32, Int32)

    @@ -976,7 +842,7 @@
    Returns
    Improve this Doc - View Source + View Source

    UnprotectRTCP(Byte[], Int32, out Int32)

    @@ -1033,7 +899,7 @@
    Returns
    Improve this Doc - View Source + View Source

    UnprotectRTP(Byte[], Int32, Int32)

    @@ -1090,7 +956,7 @@
    Returns
    Improve this Doc - View Source + View Source

    UnprotectRTP(Byte[], Int32, out Int32)

    @@ -1157,7 +1023,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/SIPSorcery.Net.SrtpTransformer.html b/api/SIPSorcery.Net.SrtpTransformer.html index e2dfa782e..98e57b001 100644 --- a/api/SIPSorcery.Net.SrtpTransformer.html +++ b/api/SIPSorcery.Net.SrtpTransformer.html @@ -192,7 +192,7 @@

    Methods Improve this Doc - View Source + View Source

    Close()

    @@ -207,7 +207,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ReverseTransform(Byte[])

    @@ -254,7 +254,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ReverseTransform(Byte[], Int32, Int32)

    @@ -311,7 +311,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Transform(Byte[])

    @@ -353,69 +353,12 @@
    Returns
    - - | - Improve this Doc - - - View Source - - -

    Transform(Byte[], Byte[], Int32)

    -
    -
    -
    Declaration
    -
    -
    public int Transform(byte[] pkt, byte[] outputBuffer, int outputBufferSize)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.Byte[]pkt
    System.Byte[]outputBuffer
    System.Int32outputBufferSize
    -
    Returns
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int32
    | Improve this Doc - View Source + View Source

    Transform(Byte[], Int32, Int32)

    @@ -467,73 +410,6 @@
    Returns
    - - | - Improve this Doc - - - View Source - - -

    Transform(Byte[], Int32, Int32, Byte[], Int32)

    -
    -
    -
    Declaration
    -
    -
    public int Transform(byte[] pkt, int offset, int length, byte[] outputBuffer, int outputBufferSize)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.Byte[]pkt
    System.Int32offset
    System.Int32length
    System.Byte[]outputBuffer
    System.Int32outputBufferSize
    -
    Returns
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int32

    Implements

    IPacketTransformer diff --git a/api/SIPSorcery.Net.UdpReceiver.html b/api/SIPSorcery.Net.UdpReceiver.html index 1b2ebe8f5..fbf57d37c 100644 --- a/api/SIPSorcery.Net.UdpReceiver.html +++ b/api/SIPSorcery.Net.UdpReceiver.html @@ -128,7 +128,7 @@

    Constructors Improve this Doc - View Source + View Source

    UdpReceiver(Socket, Int32)

    @@ -136,7 +136,7 @@

    Declaration
    -
    public UdpReceiver(Socket socket, int mtu = 2048)
    +
    public UdpReceiver(Socket socket, int mtu = 3000)
    Parameters
    @@ -167,7 +167,7 @@

    Fields Improve this Doc - View Source + View Source

    logger

    @@ -196,7 +196,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    m_addressFamily

    @@ -225,7 +225,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    m_isClosed

    @@ -254,7 +254,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    m_isRunningReceive

    @@ -283,7 +283,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    m_localEndPoint

    @@ -312,7 +312,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    m_recvBuffer

    @@ -341,7 +341,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    m_socket

    @@ -370,16 +370,18 @@
    Field Value
    Improve this Doc - View Source + View Source

    RECEIVE_BUFFER_SIZE

    -

    MTU is 1452 bytes so this should be heaps. -TODO: What about fragmented UDP packets that are put back together by the OS?

    +

    MTU is 1452 bytes so this should be heaps [AC 03 Nov 2024: turns out it's not when considering UDP fragmentation can +result in a max UDP payload of 65535 - 8 (header) = 65527 bytes]. +An issue was reported with a real World WeBRTC implementation producing UDP packet sizes of 2144 byes #1045. Consequently +updated from 2048 to 3000.

    Declaration
    -
    protected const int RECEIVE_BUFFER_SIZE = 2048
    +
    protected const int RECEIVE_BUFFER_SIZE = 3000
    Field Value
    @@ -403,7 +405,7 @@

    Properties Improve this Doc - View Source + View Source

    IsClosed

    @@ -433,7 +435,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    IsRunningReceive

    @@ -465,7 +467,7 @@

    Methods Improve this Doc - View Source + View Source

    BeginReceiveFrom()

    @@ -482,7 +484,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    CallOnPacketReceivedCallback(Int32, IPEndPoint, Byte[])

    @@ -524,7 +526,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Close(String)

    @@ -557,7 +559,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    EndReceiveFrom(IAsyncResult)

    @@ -593,7 +595,7 @@

    Events Improve this Doc - View Source + View Source

    OnClosed

    Fires when there is an error attempting to receive on the UDP socket.

    @@ -623,7 +625,7 @@
    Event Type
    Improve this Doc - View Source + View Source

    OnPacketReceived

    Fires when a new packet has been received on the UDP socket.

    diff --git a/api/SIPSorcery.Sys.Crypto.html b/api/SIPSorcery.Sys.Crypto.html index 88bd5e0b1..6d3932aeb 100644 --- a/api/SIPSorcery.Sys.Crypto.html +++ b/api/SIPSorcery.Sys.Crypto.html @@ -117,7 +117,7 @@

    Fields Improve this Doc - View Source + View Source

    AES_IV_SIZE

    @@ -146,7 +146,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    AES_KEY_SIZE

    @@ -175,7 +175,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    DEFAULT_RANDOM_LENGTH

    @@ -206,7 +206,7 @@

    Methods Improve this Doc - View Source + View Source

    createRandomSalt(Int32)

    @@ -253,7 +253,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetHash(String)

    @@ -303,7 +303,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetRandomBytes(Byte[])

    @@ -337,7 +337,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    GetRandomByteString(Int32)

    @@ -387,7 +387,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetRandomInt()

    @@ -418,7 +418,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetRandomInt(Int32)

    @@ -466,7 +466,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetRandomInt(Int32, Int32)

    @@ -518,7 +518,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetRandomString()

    @@ -548,7 +548,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetRandomString(Int32)

    @@ -595,7 +595,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetRandomUInt(Boolean)

    @@ -642,7 +642,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetRandomUInt16()

    @@ -672,7 +672,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetRandomULong()

    @@ -702,7 +702,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetSHA256Hash(Byte[])

    @@ -752,7 +752,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetSHAHash(String[])

    @@ -799,7 +799,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetSHAHashAsHex(String[])

    @@ -850,7 +850,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetSHAHashAsString(String[])

    @@ -897,7 +897,7 @@
    Returns
    Improve this Doc - View Source + View Source

    LoadCertificate(StoreLocation, String, Boolean)

    @@ -960,7 +960,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Rand()

    @@ -990,7 +990,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Rand(Int32)

    @@ -1037,7 +1037,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SymmetricDecrypt(String, String, Byte[])

    @@ -1094,7 +1094,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SymmetricDecrypt(String, String, String)

    @@ -1151,7 +1151,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SymmetricEncrypt(String, String, Byte[])

    @@ -1208,7 +1208,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SymmetricEncrypt(String, String, String)

    @@ -1275,7 +1275,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/SIPSorcery.net.RTP.AudioStream.html b/api/SIPSorcery.net.RTP.AudioStream.html index b04fbb75e..dfcd1d88f 100644 --- a/api/SIPSorcery.net.RTP.AudioStream.html +++ b/api/SIPSorcery.net.RTP.AudioStream.html @@ -195,7 +195,7 @@
    Inherited Members
    MediaStream.CheckIfCanSendRtpRaw()
    - MediaStream.SendRtpRaw(Byte[], UInt32, Int32, Int32, Boolean, Nullable<UInt16>, Int32) + MediaStream.SendRtpRaw(Byte[], UInt32, Int32, Int32, Boolean, Nullable<UInt16>)
    MediaStream.SetRtpHeaderExtensionValue(String, Object) diff --git a/api/SIPSorcery.net.RTP.MediaStream.PendingPackages.html b/api/SIPSorcery.net.RTP.MediaStream.PendingPackages.html index e43d9bd4e..45169c06b 100644 --- a/api/SIPSorcery.net.RTP.MediaStream.PendingPackages.html +++ b/api/SIPSorcery.net.RTP.MediaStream.PendingPackages.html @@ -117,7 +117,7 @@

    Constructors Improve this Doc - View Source + View Source

    PendingPackages()

    @@ -132,7 +132,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    PendingPackages(RTPHeader, Int32, IPEndPoint, Byte[], VideoStream)

    @@ -186,7 +186,7 @@

    Fields Improve this Doc - View Source + View Source

    buffer

    @@ -215,7 +215,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    hdr

    @@ -244,7 +244,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    localPort

    @@ -273,7 +273,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    remoteEndPoint

    @@ -302,7 +302,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    videoStream

    @@ -341,7 +341,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/SIPSorcery.net.RTP.MediaStream.html b/api/SIPSorcery.net.RTP.MediaStream.html index 5bb4d753b..e21c5eeb5 100644 --- a/api/SIPSorcery.net.RTP.MediaStream.html +++ b/api/SIPSorcery.net.RTP.MediaStream.html @@ -119,7 +119,7 @@

    Constructors Improve this Doc - View Source + View Source

    MediaStream(RtpSessionConfig, Int32)

    @@ -158,7 +158,7 @@

    Fields Improve this Doc - View Source + View Source

    _isClosed

    @@ -187,7 +187,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    _pendingPackagesBuffer

    @@ -216,7 +216,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    _pendingPackagesLock

    @@ -245,7 +245,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    Index

    @@ -274,7 +274,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    rtpChannel

    @@ -303,7 +303,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    SecureContext

    @@ -332,7 +332,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    SrtpHandler

    @@ -363,7 +363,7 @@

    Properties Improve this Doc - View Source + View Source

    AcceptRtpFromAny

    @@ -393,7 +393,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ControlDestinationEndPoint

    @@ -424,7 +424,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    DefaultRTPEventFormat

    @@ -455,7 +455,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    DestinationEndPoint

    @@ -486,7 +486,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    IsClosed

    @@ -518,7 +518,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    LocalTrack

    @@ -549,7 +549,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    MediaType

    @@ -580,7 +580,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    RemoteRtpEventPayloadID

    @@ -612,7 +612,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    RemoteTrack

    @@ -643,7 +643,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    RtcpSession

    @@ -676,7 +676,7 @@

    Methods Improve this Doc - View Source + View Source

    AddBuffer(TimeSpan)

    @@ -708,7 +708,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    AddPendingPackage(RTPHeader, Int32, IPEndPoint, Byte[], VideoStream)

    @@ -775,7 +775,7 @@
    Returns
    Improve this Doc - View Source + View Source

    AddRtpChannel(RTPChannel)

    @@ -807,7 +807,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    AdjustRemoteEndPoint(UInt32, IPEndPoint)

    @@ -864,7 +864,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CheckIfCanSendRtpRaw()

    @@ -894,7 +894,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ClearPendingPackages()

    @@ -909,7 +909,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    CreateRtcpSession()

    @@ -942,7 +942,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DispatchPendingPackages()

    @@ -957,7 +957,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    EnsureBufferUnprotected(Byte[], RTPHeader, out RTPPacket)

    @@ -1014,7 +1014,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetBuffer()

    @@ -1044,7 +1044,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetOrCreateSrtpHandler()

    @@ -1074,7 +1074,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetRTPChannel()

    @@ -1104,7 +1104,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetSecurityContext()

    @@ -1134,7 +1134,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetSendingFormat()

    @@ -1166,7 +1166,7 @@
    Returns
    Improve this Doc - View Source + View Source

    HasRtpChannel()

    @@ -1196,7 +1196,7 @@
    Returns
    Improve this Doc - View Source + View Source

    IsSecurityContextReady()

    @@ -1226,7 +1226,7 @@
    Returns
    Improve this Doc - View Source + View Source

    LogIfWrongSeqNumber(String, RTPHeader, MediaStreamTrack)

    @@ -1268,7 +1268,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    OnReceiveRTPPacket(RTPHeader, Int32, IPEndPoint, Byte[], VideoStream)

    @@ -1320,7 +1320,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    ProcessHeaderExtensions(RTPHeader, IPEndPoint)

    @@ -1357,7 +1357,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    RaiseOnReceiveReportByIndex(IPEndPoint, RTCPCompoundPacket)

    @@ -1394,7 +1394,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    RaiseOnRtpEventByIndex(IPEndPoint, RTPEvent, RTPHeader)

    @@ -1436,7 +1436,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    RaiseOnRtpPacketReceivedByIndex(IPEndPoint, RTPPacket)

    @@ -1473,7 +1473,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    RemoveBuffer(TimeSpan)

    @@ -1505,7 +1505,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    SendRtcpFeedback(RTCPFeedback)

    @@ -1539,7 +1539,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    SendRtcpRaw(Byte[])

    @@ -1573,7 +1573,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    SendRtcpReport(RTCPCompoundPacket)

    @@ -1607,7 +1607,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    SendRtpRaw(Byte[], UInt32, Int32, Int32)

    @@ -1656,18 +1656,18 @@
    Parameters
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    SendRtpRaw(Byte[], UInt32, Int32, Int32, Boolean, Nullable<UInt16>, Int32)

    +

    SendRtpRaw(Byte[], UInt32, Int32, Int32, Boolean, Nullable<UInt16>)

    Declaration
    -
    protected void SendRtpRaw(byte[] data, uint timestamp, int markerBit, int payloadType, bool checkDone, ushort? seqNum = null, int dataLength = -1)
    +
    protected void SendRtpRaw(byte[] data, uint timestamp, int markerBit, int payloadType, bool checkDone, ushort? seqNum = null)
    Parameters
    @@ -1709,11 +1709,6 @@
    Parameters
    - - - - -
    seqNum
    System.Int32dataLength
    @@ -1721,7 +1716,7 @@
    Parameters
    Improve this Doc
    - View Source + View Source

    SendRtpRaw(Byte[], UInt32, Int32, Int32, UInt16)

    @@ -1779,7 +1774,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    SetDestination(IPEndPoint, IPEndPoint)

    @@ -1819,7 +1814,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    SetRtpHeaderExtensionValue(String, Object)

    @@ -1860,7 +1855,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    SetSecurityContext(ProtectRtpPacket, ProtectRtpPacket, ProtectRtpPacket, ProtectRtpPacket)

    @@ -1907,7 +1902,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    UseBuffer()

    @@ -1939,7 +1934,7 @@

    Events Improve this Doc - View Source + View Source

    OnIsClosedStateChanged

    @@ -1968,7 +1963,7 @@
    Event Type
    Improve this Doc - View Source + View Source

    OnReceiveReportByIndex

    Gets fired when an RTCP report is received. This event is for diagnostics only.

    @@ -1998,7 +1993,7 @@
    Event Type
    Improve this Doc - View Source + View Source

    OnRtpEventByIndex

    Gets fired when an RTP event is detected on the remote call party's RTP stream.

    @@ -2028,7 +2023,7 @@
    Event Type
    Improve this Doc - View Source + View Source

    OnRtpHeaderReceivedByIndex

    Gets fired when an RTP Header packet is received from a remote party. @@ -2065,7 +2060,7 @@

    Event Type
    Improve this Doc - View Source + View Source

    OnRtpPacketReceivedByIndex

    Gets fired when an RTP packet is received from a remote party. @@ -2102,7 +2097,7 @@

    Event Type
    Improve this Doc - View Source + View Source

    OnSendReportByIndex

    Gets fired when an RTCP report is sent. This event is for diagnostics only.

    @@ -2132,7 +2127,7 @@
    Event Type
    Improve this Doc - View Source + View Source

    OnTimeoutByIndex

    Fires when the connection for a media type is classified as timed out due to not @@ -2173,7 +2168,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/SIPSorcery.net.RTP.VideoStream.html b/api/SIPSorcery.net.RTP.VideoStream.html index 85c965c3f..4858005a1 100644 --- a/api/SIPSorcery.net.RTP.VideoStream.html +++ b/api/SIPSorcery.net.RTP.VideoStream.html @@ -195,7 +195,7 @@
    Inherited Members
    MediaStream.CheckIfCanSendRtpRaw()
    - MediaStream.SendRtpRaw(Byte[], UInt32, Int32, Int32, Boolean, Nullable<UInt16>, Int32) + MediaStream.SendRtpRaw(Byte[], UInt32, Int32, Int32, Boolean, Nullable<UInt16>)
    MediaStream.SetRtpHeaderExtensionValue(String, Object) @@ -289,7 +289,7 @@

    Constructors Improve this Doc - View Source + View Source

    VideoStream(RtpSessionConfig, Int32)

    @@ -328,7 +328,7 @@

    Fields Improve this Doc - View Source + View Source

    logger

    @@ -357,7 +357,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    RtpVideoFramer

    @@ -388,7 +388,7 @@

    Properties Improve this Doc - View Source + View Source

    HasVideo

    @@ -419,7 +419,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    MaxReconstructedVideoFrameSize

    @@ -453,7 +453,7 @@

    Methods Improve this Doc - View Source + View Source

    CheckVideoFormatsNegotiation()

    @@ -468,7 +468,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ProcessVideoRtpFrame(IPEndPoint, RTPPacket, SDPAudioVideoMediaFormat)

    @@ -507,19 +507,19 @@
    Parameters
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    SendH264Frame(UInt32, Int32, Byte[], Int32, Int32)

    +

    SendH264Frame(UInt32, Int32, Byte[])

    Sends a H264 frame, represented by an Access Unit, to the remote party.

    Declaration
    -
    public void SendH264Frame(uint duration, int payloadTypeID, byte[] accessUnit, int index = -1, int length = -1)
    +
    public void SendH264Frame(uint duration, int payloadTypeID, byte[] accessUnit)
    Parameters
    @@ -550,19 +550,9 @@
    Parameters
    NAL's.

    - - - - - - - - - -
    System.Int32index
    System.Int32length
    -
    Remarks
    +
    Remarks

    An Access Unit can contain one or more NAL's. The NAL's have to be parsed in order to be able to package in RTP packets.

    See https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-H.264-201602-S!!PDF-E&type=items Annex B for byte stream specification.

    @@ -572,7 +562,7 @@
    Improve this Doc - View Source + View Source

    SendJpegFrame(UInt32, Int32, Byte[], Int32, Int32, Int32)

    @@ -637,7 +627,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    SendVideo(UInt32, Byte[])

    @@ -678,7 +668,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    SendVp8Frame(UInt32, Int32, Byte[])

    @@ -727,7 +717,7 @@

    Events Improve this Doc - View Source + View Source

    OnVideoFormatsNegotiatedByIndex

    Gets fired when the remote SDP is received and the set of common video formats is set.

    @@ -757,7 +747,7 @@
    Event Type
    Improve this Doc - View Source + View Source

    OnVideoFrameReceivedByIndex

    Gets fired when a full video frame is reconstructed from one or more RTP packets @@ -806,7 +796,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/manifest.json b/manifest.json index df78f7fe7..cf7b3fd12 100644 --- a/manifest.json +++ b/manifest.json @@ -465,7 +465,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Net.DtlsSrtpTransport.html", - "hash": "+cKd9+Y+TTftaabR5kARjZBHsG2zdPcUeHI5K28JrKM=" + "hash": "6cxjCOBPUTwkP3QJ9pd5PEPzAFfuF5mDZ0ph/qKiGRQ=" } }, "is_incremental": false, @@ -513,7 +513,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Net.H264Packetiser.H264Nal.html", - "hash": "/EG6+JUYhzRgrkchq2xARGItwvhWYuSflwo+E3vOF0k=" + "hash": "bAOH0lF0LifB6oSWkM4H15Rj++MWJqedy1Tdd3snKzU=" } }, "is_incremental": false, @@ -525,7 +525,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Net.H264Packetiser.html", - "hash": "Hj9ACXws5EkQ+xznorV0xgqCrp2R0juX8NE5aCT4LJQ=" + "hash": "iVRcevvCMZ0cPDjPURaVXkRaSWKxKcQMkIM/Gx9LJ0E=" } }, "is_incremental": false, @@ -585,7 +585,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Net.IPacketTransformer.html", - "hash": "uWjkGlobMdcTWkcicRKrtRUomtDVOb8hjeOgtaX/GKE=" + "hash": "s5FkEaDL7HkBiwf3lXtQGyTXSayvI4RpkjJfvB3lKU8=" } }, "is_incremental": false, @@ -1233,7 +1233,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Net.RTCPeerConnection.html", - "hash": "mtBoGZF8Bqwtcn1YFc3zUhFQxaTYGLkpr75VxVwTsOU=" + "hash": "Lnk/se165x3aAhtlCvP9N2KneoTsUyYb3YXEMVbzDC0=" } }, "is_incremental": false, @@ -1353,7 +1353,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Net.RTPChannel.html", - "hash": "BAHvq0TDkDamdgiB1U9nMpC8QwO3NKHUz+qWmkX5EIQ=" + "hash": "/GxtWtYo+sjQtunzYUWF2jeeELeJw5ehSSeq/ZzSVbY=" } }, "is_incremental": false, @@ -1365,7 +1365,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Net.RTPChannelSocketsEnum.html", - "hash": "cDk8ANp5+6ckiQvIU4YKw7C7plV3L4s4hSoMw+8YRvw=" + "hash": "B9SlrHyQBp9PALXLLdUya+kHX51lxW6ZaxfSwHbQTbk=" } }, "is_incremental": false, @@ -1389,7 +1389,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Net.RTPHeader.html", - "hash": "tn7eMRe570Cxkg8oE2oNmBUPOWFr/SfSnklmyVZBCMY=" + "hash": "7Y/wGqiMT6aXQH9tJdZ9ev/9g8c/hvqAOYOW8bQhVx4=" } }, "is_incremental": false, @@ -1401,7 +1401,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Net.RTPPacket.html", - "hash": "TZdBvZ6m1wkfZmiEzWD9H+/SrKjS3V8f4Dcuq+GrNNk=" + "hash": "eTA/MUTMoR2Ot+kRq5vIQA5F/7vV/hxKLdziozq2pvQ=" } }, "is_incremental": false, @@ -1641,7 +1641,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Net.RawPacket.html", - "hash": "QG8l8OvqO8a7Zb2K+25UF6eX7KxVZVMIOdE5GPWbsvY=" + "hash": "FEmGA/qp9MzZXEcJoYHFOVyrDwdKED6n75JYb2BwCgM=" } }, "is_incremental": false, @@ -1677,7 +1677,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Net.RtpIceChannel.IceTcpReceiver.html", - "hash": "vpy4fDCQyA6XZemUtRXwaWyLZzNjTinjX4aIPkH4Jlw=" + "hash": "BNIEzDpKUhQwHFHvW8Bcgy4iY44rDhjX6jrSf6wQPac=" } }, "is_incremental": false, @@ -1689,7 +1689,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Net.RtpIceChannel.html", - "hash": "BkFQPWVi/FkW0hFrad7JoxlLh9w0wHLMu0b/XqjJdSM=" + "hash": "U9WljREmBPDPGTrqxYk/+IR0Whli8T1+WEFJBXIRK2k=" } }, "is_incremental": false, @@ -2733,7 +2733,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Net.SrtcpTransformer.html", - "hash": "nAkMB7xrp6pL6JE8KzyhtrWOcHfzxqx6QOZAsyZOQro=" + "hash": "soFx/BDJXMjb+RM6lyhCmB3BHDdvd9IZQdWTVdnuQOo=" } }, "is_incremental": false, @@ -2793,7 +2793,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Net.SrtpHandler.html", - "hash": "xXTzDTbjKSMsnr/YFnBkt55/RJ/XmKADG2HMbdPw6jw=" + "hash": "rKI92Ly6VD8wGnY55bkwIqX/ym7A46nxoYsedQJ2sHc=" } }, "is_incremental": false, @@ -2841,7 +2841,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Net.SrtpTransformer.html", - "hash": "mMJPmOjTQkMMogVuzIL2IbT6p02CRVrEfY/ZGCgbwjM=" + "hash": "zRSzUtXjwVa5d9j07PGhnh3xCKV2UKCQWViHpELDw2U=" } }, "is_incremental": false, @@ -2865,7 +2865,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Net.UdpReceiver.html", - "hash": "yLKowfuPLkosfXi8cmStq570zJL+aearTIYUHI5ExsQ=" + "hash": "pZ0Aehmi7gbODMFL//RDdGs8VxgUUQMJaZuZxl5VfRM=" } }, "is_incremental": false, @@ -4557,7 +4557,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.Sys.Crypto.html", - "hash": "psIUVOA9bU9o1QSrKvGIc7EnyMzW37IOEfmD+m8MHGI=" + "hash": "04Ihc8cbgJW04XJiGWy4sOXA9Lt/zkLYzdhSS8PlXTU=" } }, "is_incremental": false, @@ -4749,7 +4749,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.net.RTP.AudioStream.html", - "hash": "omm42URhweoZQYNtqvG/iydG+MS6Y/jmUc0Eb1LMZRI=" + "hash": "OkZHzBY+ljIBXvlH3/Ct6Ka2zf/nd5HPr2ytKVnO+do=" } }, "is_incremental": false, @@ -4785,7 +4785,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.net.RTP.MediaStream.PendingPackages.html", - "hash": "DOAupPMlh2A1uphaVR12IXouHHBTijr1mPcXEqXiokQ=" + "hash": "bobOpqPn++6FslIAcySi9TmX1lcKVo20iTikMdwxka8=" } }, "is_incremental": false, @@ -4797,7 +4797,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.net.RTP.MediaStream.html", - "hash": "OoCWfoCenXi1oymz+i0e97u6zreq/i5wlBJOSTxFlJc=" + "hash": "TYzV4UxROwlEdUiWdOo90c/2acFAtC+HhCnEBHgoAFE=" } }, "is_incremental": false, @@ -4941,7 +4941,7 @@ "output": { ".html": { "relative_path": "api/SIPSorcery.net.RTP.VideoStream.html", - "hash": "L2jYRVOjW+JMWReYCXmfD8Tx0e8i6qK/IK8rO6lNmtM=" + "hash": "LSrLQvUx7OFFMkHrr8f4nyWGpFbu5ROvh/YBHPVRcsU=" } }, "is_incremental": false, diff --git a/xrefmap.yml b/xrefmap.yml index 64a2a02c6..67ba59b6c 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -4705,15 +4705,6 @@ references: fullName.vb: SIPSorcery.Net.DtlsSrtpTransport.ProtectRTCP(System.Byte(), System.Int32, System.Int32) nameWithType: DtlsSrtpTransport.ProtectRTCP(Byte[], Int32, Int32) nameWithType.vb: DtlsSrtpTransport.ProtectRTCP(Byte(), Int32, Int32) -- uid: SIPSorcery.Net.DtlsSrtpTransport.ProtectRTCP(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) - name: ProtectRTCP(Byte[], Int32, Int32, Byte[], Int32) - href: api/SIPSorcery.Net.DtlsSrtpTransport.html#SIPSorcery_Net_DtlsSrtpTransport_ProtectRTCP_System_Byte___System_Int32_System_Int32_System_Byte___System_Int32_ - commentId: M:SIPSorcery.Net.DtlsSrtpTransport.ProtectRTCP(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) - name.vb: ProtectRTCP(Byte(), Int32, Int32, Byte(), Int32) - fullName: SIPSorcery.Net.DtlsSrtpTransport.ProtectRTCP(System.Byte[], System.Int32, System.Int32, System.Byte[], System.Int32) - fullName.vb: SIPSorcery.Net.DtlsSrtpTransport.ProtectRTCP(System.Byte(), System.Int32, System.Int32, System.Byte(), System.Int32) - nameWithType: DtlsSrtpTransport.ProtectRTCP(Byte[], Int32, Int32, Byte[], Int32) - nameWithType.vb: DtlsSrtpTransport.ProtectRTCP(Byte(), Int32, Int32, Byte(), Int32) - uid: SIPSorcery.Net.DtlsSrtpTransport.ProtectRTCP(System.Byte[],System.Int32,System.Int32@) name: ProtectRTCP(Byte[], Int32, out Int32) href: api/SIPSorcery.Net.DtlsSrtpTransport.html#SIPSorcery_Net_DtlsSrtpTransport_ProtectRTCP_System_Byte___System_Int32_System_Int32__ @@ -4739,15 +4730,6 @@ references: fullName.vb: SIPSorcery.Net.DtlsSrtpTransport.ProtectRTP(System.Byte(), System.Int32, System.Int32) nameWithType: DtlsSrtpTransport.ProtectRTP(Byte[], Int32, Int32) nameWithType.vb: DtlsSrtpTransport.ProtectRTP(Byte(), Int32, Int32) -- uid: SIPSorcery.Net.DtlsSrtpTransport.ProtectRTP(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) - name: ProtectRTP(Byte[], Int32, Int32, Byte[], Int32) - href: api/SIPSorcery.Net.DtlsSrtpTransport.html#SIPSorcery_Net_DtlsSrtpTransport_ProtectRTP_System_Byte___System_Int32_System_Int32_System_Byte___System_Int32_ - commentId: M:SIPSorcery.Net.DtlsSrtpTransport.ProtectRTP(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) - name.vb: ProtectRTP(Byte(), Int32, Int32, Byte(), Int32) - fullName: SIPSorcery.Net.DtlsSrtpTransport.ProtectRTP(System.Byte[], System.Int32, System.Int32, System.Byte[], System.Int32) - fullName.vb: SIPSorcery.Net.DtlsSrtpTransport.ProtectRTP(System.Byte(), System.Int32, System.Int32, System.Byte(), System.Int32) - nameWithType: DtlsSrtpTransport.ProtectRTP(Byte[], Int32, Int32, Byte[], Int32) - nameWithType.vb: DtlsSrtpTransport.ProtectRTP(Byte(), Int32, Int32, Byte(), Int32) - uid: SIPSorcery.Net.DtlsSrtpTransport.ProtectRTP(System.Byte[],System.Int32,System.Int32@) name: ProtectRTP(Byte[], Int32, out Int32) href: api/SIPSorcery.Net.DtlsSrtpTransport.html#SIPSorcery_Net_DtlsSrtpTransport_ProtectRTP_System_Byte___System_Int32_System_Int32__ @@ -5511,12 +5493,15 @@ references: commentId: T:SIPSorcery.Net.H264Packetiser.H264Nal fullName: SIPSorcery.Net.H264Packetiser.H264Nal nameWithType: H264Packetiser.H264Nal -- uid: SIPSorcery.Net.H264Packetiser.H264Nal.#ctor(System.Int32,System.Int32,System.Boolean) - name: H264Nal(Int32, Int32, Boolean) - href: api/SIPSorcery.Net.H264Packetiser.H264Nal.html#SIPSorcery_Net_H264Packetiser_H264Nal__ctor_System_Int32_System_Int32_System_Boolean_ - commentId: M:SIPSorcery.Net.H264Packetiser.H264Nal.#ctor(System.Int32,System.Int32,System.Boolean) - fullName: SIPSorcery.Net.H264Packetiser.H264Nal.H264Nal(System.Int32, System.Int32, System.Boolean) - nameWithType: H264Packetiser.H264Nal.H264Nal(Int32, Int32, Boolean) +- uid: SIPSorcery.Net.H264Packetiser.H264Nal.#ctor(System.Byte[],System.Boolean) + name: H264Nal(Byte[], Boolean) + href: api/SIPSorcery.Net.H264Packetiser.H264Nal.html#SIPSorcery_Net_H264Packetiser_H264Nal__ctor_System_Byte___System_Boolean_ + commentId: M:SIPSorcery.Net.H264Packetiser.H264Nal.#ctor(System.Byte[],System.Boolean) + name.vb: H264Nal(Byte(), Boolean) + fullName: SIPSorcery.Net.H264Packetiser.H264Nal.H264Nal(System.Byte[], System.Boolean) + fullName.vb: SIPSorcery.Net.H264Packetiser.H264Nal.H264Nal(System.Byte(), System.Boolean) + nameWithType: H264Packetiser.H264Nal.H264Nal(Byte[], Boolean) + nameWithType.vb: H264Packetiser.H264Nal.H264Nal(Byte(), Boolean) - uid: SIPSorcery.Net.H264Packetiser.H264Nal.#ctor* name: H264Nal href: api/SIPSorcery.Net.H264Packetiser.H264Nal.html#SIPSorcery_Net_H264Packetiser_H264Nal__ctor_ @@ -5537,27 +5522,28 @@ references: isSpec: "True" fullName: SIPSorcery.Net.H264Packetiser.H264Nal.IsLast nameWithType: H264Packetiser.H264Nal.IsLast -- uid: SIPSorcery.Net.H264Packetiser.H264Nal.Length - name: Length - href: api/SIPSorcery.Net.H264Packetiser.H264Nal.html#SIPSorcery_Net_H264Packetiser_H264Nal_Length - commentId: F:SIPSorcery.Net.H264Packetiser.H264Nal.Length - fullName: SIPSorcery.Net.H264Packetiser.H264Nal.Length - nameWithType: H264Packetiser.H264Nal.Length -- uid: SIPSorcery.Net.H264Packetiser.H264Nal.Start - name: Start - href: api/SIPSorcery.Net.H264Packetiser.H264Nal.html#SIPSorcery_Net_H264Packetiser_H264Nal_Start - commentId: F:SIPSorcery.Net.H264Packetiser.H264Nal.Start - fullName: SIPSorcery.Net.H264Packetiser.H264Nal.Start - nameWithType: H264Packetiser.H264Nal.Start -- uid: SIPSorcery.Net.H264Packetiser.ParseNals(System.Byte[],System.Int32,System.Int32) - name: ParseNals(Byte[], Int32, Int32) - href: api/SIPSorcery.Net.H264Packetiser.html#SIPSorcery_Net_H264Packetiser_ParseNals_System_Byte___System_Int32_System_Int32_ - commentId: M:SIPSorcery.Net.H264Packetiser.ParseNals(System.Byte[],System.Int32,System.Int32) - name.vb: ParseNals(Byte(), Int32, Int32) - fullName: SIPSorcery.Net.H264Packetiser.ParseNals(System.Byte[], System.Int32, System.Int32) - fullName.vb: SIPSorcery.Net.H264Packetiser.ParseNals(System.Byte(), System.Int32, System.Int32) - nameWithType: H264Packetiser.ParseNals(Byte[], Int32, Int32) - nameWithType.vb: H264Packetiser.ParseNals(Byte(), Int32, Int32) +- uid: SIPSorcery.Net.H264Packetiser.H264Nal.NAL + name: NAL + href: api/SIPSorcery.Net.H264Packetiser.H264Nal.html#SIPSorcery_Net_H264Packetiser_H264Nal_NAL + commentId: P:SIPSorcery.Net.H264Packetiser.H264Nal.NAL + fullName: SIPSorcery.Net.H264Packetiser.H264Nal.NAL + nameWithType: H264Packetiser.H264Nal.NAL +- uid: SIPSorcery.Net.H264Packetiser.H264Nal.NAL* + name: NAL + href: api/SIPSorcery.Net.H264Packetiser.H264Nal.html#SIPSorcery_Net_H264Packetiser_H264Nal_NAL_ + commentId: Overload:SIPSorcery.Net.H264Packetiser.H264Nal.NAL + isSpec: "True" + fullName: SIPSorcery.Net.H264Packetiser.H264Nal.NAL + nameWithType: H264Packetiser.H264Nal.NAL +- uid: SIPSorcery.Net.H264Packetiser.ParseNals(System.Byte[]) + name: ParseNals(Byte[]) + href: api/SIPSorcery.Net.H264Packetiser.html#SIPSorcery_Net_H264Packetiser_ParseNals_System_Byte___ + commentId: M:SIPSorcery.Net.H264Packetiser.ParseNals(System.Byte[]) + name.vb: ParseNals(Byte()) + fullName: SIPSorcery.Net.H264Packetiser.ParseNals(System.Byte[]) + fullName.vb: SIPSorcery.Net.H264Packetiser.ParseNals(System.Byte()) + nameWithType: H264Packetiser.ParseNals(Byte[]) + nameWithType.vb: H264Packetiser.ParseNals(Byte()) - uid: SIPSorcery.Net.H264Packetiser.ParseNals* name: ParseNals href: api/SIPSorcery.Net.H264Packetiser.html#SIPSorcery_Net_H264Packetiser_ParseNals_ @@ -5886,15 +5872,6 @@ references: fullName.vb: SIPSorcery.Net.IPacketTransformer.Transform(System.Byte()) nameWithType: IPacketTransformer.Transform(Byte[]) nameWithType.vb: IPacketTransformer.Transform(Byte()) -- uid: SIPSorcery.Net.IPacketTransformer.Transform(System.Byte[],System.Byte[],System.Int32) - name: Transform(Byte[], Byte[], Int32) - href: api/SIPSorcery.Net.IPacketTransformer.html#SIPSorcery_Net_IPacketTransformer_Transform_System_Byte___System_Byte___System_Int32_ - commentId: M:SIPSorcery.Net.IPacketTransformer.Transform(System.Byte[],System.Byte[],System.Int32) - name.vb: Transform(Byte(), Byte(), Int32) - fullName: SIPSorcery.Net.IPacketTransformer.Transform(System.Byte[], System.Byte[], System.Int32) - fullName.vb: SIPSorcery.Net.IPacketTransformer.Transform(System.Byte(), System.Byte(), System.Int32) - nameWithType: IPacketTransformer.Transform(Byte[], Byte[], Int32) - nameWithType.vb: IPacketTransformer.Transform(Byte(), Byte(), Int32) - uid: SIPSorcery.Net.IPacketTransformer.Transform(System.Byte[],System.Int32,System.Int32) name: Transform(Byte[], Int32, Int32) href: api/SIPSorcery.Net.IPacketTransformer.html#SIPSorcery_Net_IPacketTransformer_Transform_System_Byte___System_Int32_System_Int32_ @@ -5904,15 +5881,6 @@ references: fullName.vb: SIPSorcery.Net.IPacketTransformer.Transform(System.Byte(), System.Int32, System.Int32) nameWithType: IPacketTransformer.Transform(Byte[], Int32, Int32) nameWithType.vb: IPacketTransformer.Transform(Byte(), Int32, Int32) -- uid: SIPSorcery.Net.IPacketTransformer.Transform(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) - name: Transform(Byte[], Int32, Int32, Byte[], Int32) - href: api/SIPSorcery.Net.IPacketTransformer.html#SIPSorcery_Net_IPacketTransformer_Transform_System_Byte___System_Int32_System_Int32_System_Byte___System_Int32_ - commentId: M:SIPSorcery.Net.IPacketTransformer.Transform(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) - name.vb: Transform(Byte(), Int32, Int32, Byte(), Int32) - fullName: SIPSorcery.Net.IPacketTransformer.Transform(System.Byte[], System.Int32, System.Int32, System.Byte[], System.Int32) - fullName.vb: SIPSorcery.Net.IPacketTransformer.Transform(System.Byte(), System.Int32, System.Int32, System.Byte(), System.Int32) - nameWithType: IPacketTransformer.Transform(Byte[], Int32, Int32, Byte[], Int32) - nameWithType.vb: IPacketTransformer.Transform(Byte(), Int32, Int32, Byte(), Int32) - uid: SIPSorcery.Net.IPacketTransformer.Transform* name: Transform href: api/SIPSorcery.Net.IPacketTransformer.html#SIPSorcery_Net_IPacketTransformer_Transform_ @@ -7421,15 +7389,12 @@ references: isSpec: "True" fullName: SIPSorcery.Net.RawPacket.GetCsrcCount nameWithType: RawPacket.GetCsrcCount -- uid: SIPSorcery.Net.RawPacket.GetData(System.Byte[]) - name: GetData(Byte[]) - href: api/SIPSorcery.Net.RawPacket.html#SIPSorcery_Net_RawPacket_GetData_System_Byte___ - commentId: M:SIPSorcery.Net.RawPacket.GetData(System.Byte[]) - name.vb: GetData(Byte()) - fullName: SIPSorcery.Net.RawPacket.GetData(System.Byte[]) - fullName.vb: SIPSorcery.Net.RawPacket.GetData(System.Byte()) - nameWithType: RawPacket.GetData(Byte[]) - nameWithType.vb: RawPacket.GetData(Byte()) +- uid: SIPSorcery.Net.RawPacket.GetData + name: GetData() + href: api/SIPSorcery.Net.RawPacket.html#SIPSorcery_Net_RawPacket_GetData + commentId: M:SIPSorcery.Net.RawPacket.GetData + fullName: SIPSorcery.Net.RawPacket.GetData() + nameWithType: RawPacket.GetData() - uid: SIPSorcery.Net.RawPacket.GetData* name: GetData href: api/SIPSorcery.Net.RawPacket.html#SIPSorcery_Net_RawPacket_GetData_ @@ -7437,22 +7402,6 @@ references: isSpec: "True" fullName: SIPSorcery.Net.RawPacket.GetData nameWithType: RawPacket.GetData -- uid: SIPSorcery.Net.RawPacket.GetDataIntoBuffer(System.Byte[],System.Int32) - name: GetDataIntoBuffer(Byte[], Int32) - href: api/SIPSorcery.Net.RawPacket.html#SIPSorcery_Net_RawPacket_GetDataIntoBuffer_System_Byte___System_Int32_ - commentId: M:SIPSorcery.Net.RawPacket.GetDataIntoBuffer(System.Byte[],System.Int32) - name.vb: GetDataIntoBuffer(Byte(), Int32) - fullName: SIPSorcery.Net.RawPacket.GetDataIntoBuffer(System.Byte[], System.Int32) - fullName.vb: SIPSorcery.Net.RawPacket.GetDataIntoBuffer(System.Byte(), System.Int32) - nameWithType: RawPacket.GetDataIntoBuffer(Byte[], Int32) - nameWithType.vb: RawPacket.GetDataIntoBuffer(Byte(), Int32) -- uid: SIPSorcery.Net.RawPacket.GetDataIntoBuffer* - name: GetDataIntoBuffer - href: api/SIPSorcery.Net.RawPacket.html#SIPSorcery_Net_RawPacket_GetDataIntoBuffer_ - commentId: Overload:SIPSorcery.Net.RawPacket.GetDataIntoBuffer - isSpec: "True" - fullName: SIPSorcery.Net.RawPacket.GetDataIntoBuffer - nameWithType: RawPacket.GetDataIntoBuffer - uid: SIPSorcery.Net.RawPacket.GetExtensionBit name: GetExtensionBit() href: api/SIPSorcery.Net.RawPacket.html#SIPSorcery_Net_RawPacket_GetExtensionBit @@ -12447,15 +12396,15 @@ references: fullName.vb: SIPSorcery.net.RTP.MediaStream.SendRtpRaw(System.Byte(), System.UInt32, System.Int32, System.Int32) nameWithType: MediaStream.SendRtpRaw(Byte[], UInt32, Int32, Int32) nameWithType.vb: MediaStream.SendRtpRaw(Byte(), UInt32, Int32, Int32) -- uid: SIPSorcery.net.RTP.MediaStream.SendRtpRaw(System.Byte[],System.UInt32,System.Int32,System.Int32,System.Boolean,System.Nullable{System.UInt16},System.Int32) - name: SendRtpRaw(Byte[], UInt32, Int32, Int32, Boolean, Nullable, Int32) - href: api/SIPSorcery.net.RTP.MediaStream.html#SIPSorcery_net_RTP_MediaStream_SendRtpRaw_System_Byte___System_UInt32_System_Int32_System_Int32_System_Boolean_System_Nullable_System_UInt16__System_Int32_ - commentId: M:SIPSorcery.net.RTP.MediaStream.SendRtpRaw(System.Byte[],System.UInt32,System.Int32,System.Int32,System.Boolean,System.Nullable{System.UInt16},System.Int32) - name.vb: SendRtpRaw(Byte(), UInt32, Int32, Int32, Boolean, Nullable(Of UInt16), Int32) - fullName: SIPSorcery.net.RTP.MediaStream.SendRtpRaw(System.Byte[], System.UInt32, System.Int32, System.Int32, System.Boolean, System.Nullable, System.Int32) - fullName.vb: SIPSorcery.net.RTP.MediaStream.SendRtpRaw(System.Byte(), System.UInt32, System.Int32, System.Int32, System.Boolean, System.Nullable(Of System.UInt16), System.Int32) - nameWithType: MediaStream.SendRtpRaw(Byte[], UInt32, Int32, Int32, Boolean, Nullable, Int32) - nameWithType.vb: MediaStream.SendRtpRaw(Byte(), UInt32, Int32, Int32, Boolean, Nullable(Of UInt16), Int32) +- uid: SIPSorcery.net.RTP.MediaStream.SendRtpRaw(System.Byte[],System.UInt32,System.Int32,System.Int32,System.Boolean,System.Nullable{System.UInt16}) + name: SendRtpRaw(Byte[], UInt32, Int32, Int32, Boolean, Nullable) + href: api/SIPSorcery.net.RTP.MediaStream.html#SIPSorcery_net_RTP_MediaStream_SendRtpRaw_System_Byte___System_UInt32_System_Int32_System_Int32_System_Boolean_System_Nullable_System_UInt16__ + commentId: M:SIPSorcery.net.RTP.MediaStream.SendRtpRaw(System.Byte[],System.UInt32,System.Int32,System.Int32,System.Boolean,System.Nullable{System.UInt16}) + name.vb: SendRtpRaw(Byte(), UInt32, Int32, Int32, Boolean, Nullable(Of UInt16)) + fullName: SIPSorcery.net.RTP.MediaStream.SendRtpRaw(System.Byte[], System.UInt32, System.Int32, System.Int32, System.Boolean, System.Nullable) + fullName.vb: SIPSorcery.net.RTP.MediaStream.SendRtpRaw(System.Byte(), System.UInt32, System.Int32, System.Int32, System.Boolean, System.Nullable(Of System.UInt16)) + nameWithType: MediaStream.SendRtpRaw(Byte[], UInt32, Int32, Int32, Boolean, Nullable) + nameWithType.vb: MediaStream.SendRtpRaw(Byte(), UInt32, Int32, Int32, Boolean, Nullable(Of UInt16)) - uid: SIPSorcery.net.RTP.MediaStream.SendRtpRaw(System.Byte[],System.UInt32,System.Int32,System.Int32,System.UInt16) name: SendRtpRaw(Byte[], UInt32, Int32, Int32, UInt16) href: api/SIPSorcery.net.RTP.MediaStream.html#SIPSorcery_net_RTP_MediaStream_SendRtpRaw_System_Byte___System_UInt32_System_Int32_System_Int32_System_UInt16_ @@ -13227,15 +13176,15 @@ references: commentId: F:SIPSorcery.net.RTP.VideoStream.RtpVideoFramer fullName: SIPSorcery.net.RTP.VideoStream.RtpVideoFramer nameWithType: VideoStream.RtpVideoFramer -- uid: SIPSorcery.net.RTP.VideoStream.SendH264Frame(System.UInt32,System.Int32,System.Byte[],System.Int32,System.Int32) - name: SendH264Frame(UInt32, Int32, Byte[], Int32, Int32) - href: api/SIPSorcery.net.RTP.VideoStream.html#SIPSorcery_net_RTP_VideoStream_SendH264Frame_System_UInt32_System_Int32_System_Byte___System_Int32_System_Int32_ - commentId: M:SIPSorcery.net.RTP.VideoStream.SendH264Frame(System.UInt32,System.Int32,System.Byte[],System.Int32,System.Int32) - name.vb: SendH264Frame(UInt32, Int32, Byte(), Int32, Int32) - fullName: SIPSorcery.net.RTP.VideoStream.SendH264Frame(System.UInt32, System.Int32, System.Byte[], System.Int32, System.Int32) - fullName.vb: SIPSorcery.net.RTP.VideoStream.SendH264Frame(System.UInt32, System.Int32, System.Byte(), System.Int32, System.Int32) - nameWithType: VideoStream.SendH264Frame(UInt32, Int32, Byte[], Int32, Int32) - nameWithType.vb: VideoStream.SendH264Frame(UInt32, Int32, Byte(), Int32, Int32) +- uid: SIPSorcery.net.RTP.VideoStream.SendH264Frame(System.UInt32,System.Int32,System.Byte[]) + name: SendH264Frame(UInt32, Int32, Byte[]) + href: api/SIPSorcery.net.RTP.VideoStream.html#SIPSorcery_net_RTP_VideoStream_SendH264Frame_System_UInt32_System_Int32_System_Byte___ + commentId: M:SIPSorcery.net.RTP.VideoStream.SendH264Frame(System.UInt32,System.Int32,System.Byte[]) + name.vb: SendH264Frame(UInt32, Int32, Byte()) + fullName: SIPSorcery.net.RTP.VideoStream.SendH264Frame(System.UInt32, System.Int32, System.Byte[]) + fullName.vb: SIPSorcery.net.RTP.VideoStream.SendH264Frame(System.UInt32, System.Int32, System.Byte()) + nameWithType: VideoStream.SendH264Frame(UInt32, Int32, Byte[]) + nameWithType.vb: VideoStream.SendH264Frame(UInt32, Int32, Byte()) - uid: SIPSorcery.net.RTP.VideoStream.SendH264Frame* name: SendH264Frame href: api/SIPSorcery.net.RTP.VideoStream.html#SIPSorcery_net_RTP_VideoStream_SendH264Frame_ @@ -13492,15 +13441,15 @@ references: isSpec: "True" fullName: SIPSorcery.Net.RTPChannel.RtpSocket nameWithType: RTPChannel.RtpSocket -- uid: SIPSorcery.Net.RTPChannel.Send(SIPSorcery.Net.RTPChannelSocketsEnum,System.Net.IPEndPoint,System.Byte[],System.Int32) - name: Send(RTPChannelSocketsEnum, IPEndPoint, Byte[], Int32) - href: api/SIPSorcery.Net.RTPChannel.html#SIPSorcery_Net_RTPChannel_Send_SIPSorcery_Net_RTPChannelSocketsEnum_System_Net_IPEndPoint_System_Byte___System_Int32_ - commentId: M:SIPSorcery.Net.RTPChannel.Send(SIPSorcery.Net.RTPChannelSocketsEnum,System.Net.IPEndPoint,System.Byte[],System.Int32) - name.vb: Send(RTPChannelSocketsEnum, IPEndPoint, Byte(), Int32) - fullName: SIPSorcery.Net.RTPChannel.Send(SIPSorcery.Net.RTPChannelSocketsEnum, System.Net.IPEndPoint, System.Byte[], System.Int32) - fullName.vb: SIPSorcery.Net.RTPChannel.Send(SIPSorcery.Net.RTPChannelSocketsEnum, System.Net.IPEndPoint, System.Byte(), System.Int32) - nameWithType: RTPChannel.Send(RTPChannelSocketsEnum, IPEndPoint, Byte[], Int32) - nameWithType.vb: RTPChannel.Send(RTPChannelSocketsEnum, IPEndPoint, Byte(), Int32) +- uid: SIPSorcery.Net.RTPChannel.Send(SIPSorcery.Net.RTPChannelSocketsEnum,System.Net.IPEndPoint,System.Byte[]) + name: Send(RTPChannelSocketsEnum, IPEndPoint, Byte[]) + href: api/SIPSorcery.Net.RTPChannel.html#SIPSorcery_Net_RTPChannel_Send_SIPSorcery_Net_RTPChannelSocketsEnum_System_Net_IPEndPoint_System_Byte___ + commentId: M:SIPSorcery.Net.RTPChannel.Send(SIPSorcery.Net.RTPChannelSocketsEnum,System.Net.IPEndPoint,System.Byte[]) + name.vb: Send(RTPChannelSocketsEnum, IPEndPoint, Byte()) + fullName: SIPSorcery.Net.RTPChannel.Send(SIPSorcery.Net.RTPChannelSocketsEnum, System.Net.IPEndPoint, System.Byte[]) + fullName.vb: SIPSorcery.Net.RTPChannel.Send(SIPSorcery.Net.RTPChannelSocketsEnum, System.Net.IPEndPoint, System.Byte()) + nameWithType: RTPChannel.Send(RTPChannelSocketsEnum, IPEndPoint, Byte[]) + nameWithType.vb: RTPChannel.Send(RTPChannelSocketsEnum, IPEndPoint, Byte()) - uid: SIPSorcery.Net.RTPChannel.Send* name: Send href: api/SIPSorcery.Net.RTPChannel.html#SIPSorcery_Net_RTPChannel_Send_ @@ -13760,15 +13709,12 @@ references: commentId: F:SIPSorcery.Net.RTPHeader.ExtensionProfile fullName: SIPSorcery.Net.RTPHeader.ExtensionProfile nameWithType: RTPHeader.ExtensionProfile -- uid: SIPSorcery.Net.RTPHeader.GetBytes(System.Byte[]) - name: GetBytes(Byte[]) - href: api/SIPSorcery.Net.RTPHeader.html#SIPSorcery_Net_RTPHeader_GetBytes_System_Byte___ - commentId: M:SIPSorcery.Net.RTPHeader.GetBytes(System.Byte[]) - name.vb: GetBytes(Byte()) - fullName: SIPSorcery.Net.RTPHeader.GetBytes(System.Byte[]) - fullName.vb: SIPSorcery.Net.RTPHeader.GetBytes(System.Byte()) - nameWithType: RTPHeader.GetBytes(Byte[]) - nameWithType.vb: RTPHeader.GetBytes(Byte()) +- uid: SIPSorcery.Net.RTPHeader.GetBytes + name: GetBytes() + href: api/SIPSorcery.Net.RTPHeader.html#SIPSorcery_Net_RTPHeader_GetBytes + commentId: M:SIPSorcery.Net.RTPHeader.GetBytes + fullName: SIPSorcery.Net.RTPHeader.GetBytes() + nameWithType: RTPHeader.GetBytes() - uid: SIPSorcery.Net.RTPHeader.GetBytes* name: GetBytes href: api/SIPSorcery.Net.RTPHeader.html#SIPSorcery_Net_RTPHeader_GetBytes_ @@ -14370,15 +14316,15 @@ references: commentId: F:SIPSorcery.Net.RtpIceChannel.SDP_MLINE_INDEX fullName: SIPSorcery.Net.RtpIceChannel.SDP_MLINE_INDEX nameWithType: RtpIceChannel.SDP_MLINE_INDEX -- uid: SIPSorcery.Net.RtpIceChannel.Send(SIPSorcery.Net.RTPChannelSocketsEnum,System.Net.IPEndPoint,System.Byte[],System.Int32) - name: Send(RTPChannelSocketsEnum, IPEndPoint, Byte[], Int32) - href: api/SIPSorcery.Net.RtpIceChannel.html#SIPSorcery_Net_RtpIceChannel_Send_SIPSorcery_Net_RTPChannelSocketsEnum_System_Net_IPEndPoint_System_Byte___System_Int32_ - commentId: M:SIPSorcery.Net.RtpIceChannel.Send(SIPSorcery.Net.RTPChannelSocketsEnum,System.Net.IPEndPoint,System.Byte[],System.Int32) - name.vb: Send(RTPChannelSocketsEnum, IPEndPoint, Byte(), Int32) - fullName: SIPSorcery.Net.RtpIceChannel.Send(SIPSorcery.Net.RTPChannelSocketsEnum, System.Net.IPEndPoint, System.Byte[], System.Int32) - fullName.vb: SIPSorcery.Net.RtpIceChannel.Send(SIPSorcery.Net.RTPChannelSocketsEnum, System.Net.IPEndPoint, System.Byte(), System.Int32) - nameWithType: RtpIceChannel.Send(RTPChannelSocketsEnum, IPEndPoint, Byte[], Int32) - nameWithType.vb: RtpIceChannel.Send(RTPChannelSocketsEnum, IPEndPoint, Byte(), Int32) +- uid: SIPSorcery.Net.RtpIceChannel.Send(SIPSorcery.Net.RTPChannelSocketsEnum,System.Net.IPEndPoint,System.Byte[]) + name: Send(RTPChannelSocketsEnum, IPEndPoint, Byte[]) + href: api/SIPSorcery.Net.RtpIceChannel.html#SIPSorcery_Net_RtpIceChannel_Send_SIPSorcery_Net_RTPChannelSocketsEnum_System_Net_IPEndPoint_System_Byte___ + commentId: M:SIPSorcery.Net.RtpIceChannel.Send(SIPSorcery.Net.RTPChannelSocketsEnum,System.Net.IPEndPoint,System.Byte[]) + name.vb: Send(RTPChannelSocketsEnum, IPEndPoint, Byte()) + fullName: SIPSorcery.Net.RtpIceChannel.Send(SIPSorcery.Net.RTPChannelSocketsEnum, System.Net.IPEndPoint, System.Byte[]) + fullName.vb: SIPSorcery.Net.RtpIceChannel.Send(SIPSorcery.Net.RTPChannelSocketsEnum, System.Net.IPEndPoint, System.Byte()) + nameWithType: RtpIceChannel.Send(RTPChannelSocketsEnum, IPEndPoint, Byte[]) + nameWithType.vb: RtpIceChannel.Send(RTPChannelSocketsEnum, IPEndPoint, Byte()) - uid: SIPSorcery.Net.RtpIceChannel.Send* name: Send href: api/SIPSorcery.Net.RtpIceChannel.html#SIPSorcery_Net_RtpIceChannel_Send_ @@ -14462,15 +14408,6 @@ references: fullName.vb: SIPSorcery.Net.RTPPacket.RTPPacket(System.Byte()) nameWithType: RTPPacket.RTPPacket(Byte[]) nameWithType.vb: RTPPacket.RTPPacket(Byte()) -- uid: SIPSorcery.Net.RTPPacket.#ctor(System.Byte[],System.Int32) - name: RTPPacket(Byte[], Int32) - href: api/SIPSorcery.Net.RTPPacket.html#SIPSorcery_Net_RTPPacket__ctor_System_Byte___System_Int32_ - commentId: M:SIPSorcery.Net.RTPPacket.#ctor(System.Byte[],System.Int32) - name.vb: RTPPacket(Byte(), Int32) - fullName: SIPSorcery.Net.RTPPacket.RTPPacket(System.Byte[], System.Int32) - fullName.vb: SIPSorcery.Net.RTPPacket.RTPPacket(System.Byte(), System.Int32) - nameWithType: RTPPacket.RTPPacket(Byte[], Int32) - nameWithType.vb: RTPPacket.RTPPacket(Byte(), Int32) - uid: SIPSorcery.Net.RTPPacket.#ctor(System.Int32) name: RTPPacket(Int32) href: api/SIPSorcery.Net.RTPPacket.html#SIPSorcery_Net_RTPPacket__ctor_System_Int32_ @@ -14484,34 +14421,12 @@ references: isSpec: "True" fullName: SIPSorcery.Net.RTPPacket.RTPPacket nameWithType: RTPPacket.RTPPacket -- uid: SIPSorcery.Net.RTPPacket.CalculatedSize - name: CalculatedSize() - href: api/SIPSorcery.Net.RTPPacket.html#SIPSorcery_Net_RTPPacket_CalculatedSize - commentId: M:SIPSorcery.Net.RTPPacket.CalculatedSize - fullName: SIPSorcery.Net.RTPPacket.CalculatedSize() - nameWithType: RTPPacket.CalculatedSize() -- uid: SIPSorcery.Net.RTPPacket.CalculatedSize* - name: CalculatedSize - href: api/SIPSorcery.Net.RTPPacket.html#SIPSorcery_Net_RTPPacket_CalculatedSize_ - commentId: Overload:SIPSorcery.Net.RTPPacket.CalculatedSize - isSpec: "True" - fullName: SIPSorcery.Net.RTPPacket.CalculatedSize - nameWithType: RTPPacket.CalculatedSize - uid: SIPSorcery.Net.RTPPacket.GetBytes name: GetBytes() href: api/SIPSorcery.Net.RTPPacket.html#SIPSorcery_Net_RTPPacket_GetBytes commentId: M:SIPSorcery.Net.RTPPacket.GetBytes fullName: SIPSorcery.Net.RTPPacket.GetBytes() nameWithType: RTPPacket.GetBytes() -- uid: SIPSorcery.Net.RTPPacket.GetBytes(System.Byte[]) - name: GetBytes(Byte[]) - href: api/SIPSorcery.Net.RTPPacket.html#SIPSorcery_Net_RTPPacket_GetBytes_System_Byte___ - commentId: M:SIPSorcery.Net.RTPPacket.GetBytes(System.Byte[]) - name.vb: GetBytes(Byte()) - fullName: SIPSorcery.Net.RTPPacket.GetBytes(System.Byte[]) - fullName.vb: SIPSorcery.Net.RTPPacket.GetBytes(System.Byte()) - nameWithType: RTPPacket.GetBytes(Byte[]) - nameWithType.vb: RTPPacket.GetBytes(Byte()) - uid: SIPSorcery.Net.RTPPacket.GetBytes* name: GetBytes href: api/SIPSorcery.Net.RTPPacket.html#SIPSorcery_Net_RTPPacket_GetBytes_ @@ -14528,22 +14443,9 @@ references: - uid: SIPSorcery.Net.RTPPacket.Payload name: Payload href: api/SIPSorcery.Net.RTPPacket.html#SIPSorcery_Net_RTPPacket_Payload - commentId: P:SIPSorcery.Net.RTPPacket.Payload - fullName: SIPSorcery.Net.RTPPacket.Payload - nameWithType: RTPPacket.Payload -- uid: SIPSorcery.Net.RTPPacket.Payload* - name: Payload - href: api/SIPSorcery.Net.RTPPacket.html#SIPSorcery_Net_RTPPacket_Payload_ - commentId: Overload:SIPSorcery.Net.RTPPacket.Payload - isSpec: "True" + commentId: F:SIPSorcery.Net.RTPPacket.Payload fullName: SIPSorcery.Net.RTPPacket.Payload nameWithType: RTPPacket.Payload -- uid: SIPSorcery.Net.RTPPacket.PayloadSize - name: PayloadSize - href: api/SIPSorcery.Net.RTPPacket.html#SIPSorcery_Net_RTPPacket_PayloadSize - commentId: F:SIPSorcery.Net.RTPPacket.PayloadSize - fullName: SIPSorcery.Net.RTPPacket.PayloadSize - nameWithType: RTPPacket.PayloadSize - uid: SIPSorcery.Net.RTPPacket.TryParse(System.ReadOnlySpan{System.Byte},SIPSorcery.Net.RTPPacket,System.Int32@) name: TryParse(ReadOnlySpan, RTPPacket, out Int32) href: api/SIPSorcery.Net.RTPPacket.html#SIPSorcery_Net_RTPPacket_TryParse_System_ReadOnlySpan_System_Byte__SIPSorcery_Net_RTPPacket_System_Int32__ @@ -23239,15 +23141,6 @@ references: fullName.vb: SIPSorcery.Net.SrtcpTransformer.Transform(System.Byte()) nameWithType: SrtcpTransformer.Transform(Byte[]) nameWithType.vb: SrtcpTransformer.Transform(Byte()) -- uid: SIPSorcery.Net.SrtcpTransformer.Transform(System.Byte[],System.Byte[],System.Int32) - name: Transform(Byte[], Byte[], Int32) - href: api/SIPSorcery.Net.SrtcpTransformer.html#SIPSorcery_Net_SrtcpTransformer_Transform_System_Byte___System_Byte___System_Int32_ - commentId: M:SIPSorcery.Net.SrtcpTransformer.Transform(System.Byte[],System.Byte[],System.Int32) - name.vb: Transform(Byte(), Byte(), Int32) - fullName: SIPSorcery.Net.SrtcpTransformer.Transform(System.Byte[], System.Byte[], System.Int32) - fullName.vb: SIPSorcery.Net.SrtcpTransformer.Transform(System.Byte(), System.Byte(), System.Int32) - nameWithType: SrtcpTransformer.Transform(Byte[], Byte[], Int32) - nameWithType.vb: SrtcpTransformer.Transform(Byte(), Byte(), Int32) - uid: SIPSorcery.Net.SrtcpTransformer.Transform(System.Byte[],System.Int32,System.Int32) name: Transform(Byte[], Int32, Int32) href: api/SIPSorcery.Net.SrtcpTransformer.html#SIPSorcery_Net_SrtcpTransformer_Transform_System_Byte___System_Int32_System_Int32_ @@ -23257,15 +23150,6 @@ references: fullName.vb: SIPSorcery.Net.SrtcpTransformer.Transform(System.Byte(), System.Int32, System.Int32) nameWithType: SrtcpTransformer.Transform(Byte[], Int32, Int32) nameWithType.vb: SrtcpTransformer.Transform(Byte(), Int32, Int32) -- uid: SIPSorcery.Net.SrtcpTransformer.Transform(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) - name: Transform(Byte[], Int32, Int32, Byte[], Int32) - href: api/SIPSorcery.Net.SrtcpTransformer.html#SIPSorcery_Net_SrtcpTransformer_Transform_System_Byte___System_Int32_System_Int32_System_Byte___System_Int32_ - commentId: M:SIPSorcery.Net.SrtcpTransformer.Transform(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) - name.vb: Transform(Byte(), Int32, Int32, Byte(), Int32) - fullName: SIPSorcery.Net.SrtcpTransformer.Transform(System.Byte[], System.Int32, System.Int32, System.Byte[], System.Int32) - fullName.vb: SIPSorcery.Net.SrtcpTransformer.Transform(System.Byte(), System.Int32, System.Int32, System.Byte(), System.Int32) - nameWithType: SrtcpTransformer.Transform(Byte[], Int32, Int32, Byte[], Int32) - nameWithType.vb: SrtcpTransformer.Transform(Byte(), Int32, Int32, Byte(), Int32) - uid: SIPSorcery.Net.SrtcpTransformer.Transform* name: Transform href: api/SIPSorcery.Net.SrtcpTransformer.html#SIPSorcery_Net_SrtcpTransformer_Transform_ @@ -23636,15 +23520,6 @@ references: fullName.vb: SIPSorcery.Net.SrtpHandler.ProtectRTCP(System.Byte(), System.Int32, System.Int32) nameWithType: SrtpHandler.ProtectRTCP(Byte[], Int32, Int32) nameWithType.vb: SrtpHandler.ProtectRTCP(Byte(), Int32, Int32) -- uid: SIPSorcery.Net.SrtpHandler.ProtectRTCP(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) - name: ProtectRTCP(Byte[], Int32, Int32, Byte[], Int32) - href: api/SIPSorcery.Net.SrtpHandler.html#SIPSorcery_Net_SrtpHandler_ProtectRTCP_System_Byte___System_Int32_System_Int32_System_Byte___System_Int32_ - commentId: M:SIPSorcery.Net.SrtpHandler.ProtectRTCP(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) - name.vb: ProtectRTCP(Byte(), Int32, Int32, Byte(), Int32) - fullName: SIPSorcery.Net.SrtpHandler.ProtectRTCP(System.Byte[], System.Int32, System.Int32, System.Byte[], System.Int32) - fullName.vb: SIPSorcery.Net.SrtpHandler.ProtectRTCP(System.Byte(), System.Int32, System.Int32, System.Byte(), System.Int32) - nameWithType: SrtpHandler.ProtectRTCP(Byte[], Int32, Int32, Byte[], Int32) - nameWithType.vb: SrtpHandler.ProtectRTCP(Byte(), Int32, Int32, Byte(), Int32) - uid: SIPSorcery.Net.SrtpHandler.ProtectRTCP(System.Byte[],System.Int32,System.Int32@) name: ProtectRTCP(Byte[], Int32, out Int32) href: api/SIPSorcery.Net.SrtpHandler.html#SIPSorcery_Net_SrtpHandler_ProtectRTCP_System_Byte___System_Int32_System_Int32__ @@ -23670,15 +23545,6 @@ references: fullName.vb: SIPSorcery.Net.SrtpHandler.ProtectRTP(System.Byte(), System.Int32, System.Int32) nameWithType: SrtpHandler.ProtectRTP(Byte[], Int32, Int32) nameWithType.vb: SrtpHandler.ProtectRTP(Byte(), Int32, Int32) -- uid: SIPSorcery.Net.SrtpHandler.ProtectRTP(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) - name: ProtectRTP(Byte[], Int32, Int32, Byte[], Int32) - href: api/SIPSorcery.Net.SrtpHandler.html#SIPSorcery_Net_SrtpHandler_ProtectRTP_System_Byte___System_Int32_System_Int32_System_Byte___System_Int32_ - commentId: M:SIPSorcery.Net.SrtpHandler.ProtectRTP(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) - name.vb: ProtectRTP(Byte(), Int32, Int32, Byte(), Int32) - fullName: SIPSorcery.Net.SrtpHandler.ProtectRTP(System.Byte[], System.Int32, System.Int32, System.Byte[], System.Int32) - fullName.vb: SIPSorcery.Net.SrtpHandler.ProtectRTP(System.Byte(), System.Int32, System.Int32, System.Byte(), System.Int32) - nameWithType: SrtpHandler.ProtectRTP(Byte[], Int32, Int32, Byte[], Int32) - nameWithType.vb: SrtpHandler.ProtectRTP(Byte(), Int32, Int32, Byte(), Int32) - uid: SIPSorcery.Net.SrtpHandler.ProtectRTP(System.Byte[],System.Int32,System.Int32@) name: ProtectRTP(Byte[], Int32, out Int32) href: api/SIPSorcery.Net.SrtpHandler.html#SIPSorcery_Net_SrtpHandler_ProtectRTP_System_Byte___System_Int32_System_Int32__ @@ -24270,15 +24136,6 @@ references: fullName.vb: SIPSorcery.Net.SrtpTransformer.Transform(System.Byte()) nameWithType: SrtpTransformer.Transform(Byte[]) nameWithType.vb: SrtpTransformer.Transform(Byte()) -- uid: SIPSorcery.Net.SrtpTransformer.Transform(System.Byte[],System.Byte[],System.Int32) - name: Transform(Byte[], Byte[], Int32) - href: api/SIPSorcery.Net.SrtpTransformer.html#SIPSorcery_Net_SrtpTransformer_Transform_System_Byte___System_Byte___System_Int32_ - commentId: M:SIPSorcery.Net.SrtpTransformer.Transform(System.Byte[],System.Byte[],System.Int32) - name.vb: Transform(Byte(), Byte(), Int32) - fullName: SIPSorcery.Net.SrtpTransformer.Transform(System.Byte[], System.Byte[], System.Int32) - fullName.vb: SIPSorcery.Net.SrtpTransformer.Transform(System.Byte(), System.Byte(), System.Int32) - nameWithType: SrtpTransformer.Transform(Byte[], Byte[], Int32) - nameWithType.vb: SrtpTransformer.Transform(Byte(), Byte(), Int32) - uid: SIPSorcery.Net.SrtpTransformer.Transform(System.Byte[],System.Int32,System.Int32) name: Transform(Byte[], Int32, Int32) href: api/SIPSorcery.Net.SrtpTransformer.html#SIPSorcery_Net_SrtpTransformer_Transform_System_Byte___System_Int32_System_Int32_ @@ -24288,15 +24145,6 @@ references: fullName.vb: SIPSorcery.Net.SrtpTransformer.Transform(System.Byte(), System.Int32, System.Int32) nameWithType: SrtpTransformer.Transform(Byte[], Int32, Int32) nameWithType.vb: SrtpTransformer.Transform(Byte(), Int32, Int32) -- uid: SIPSorcery.Net.SrtpTransformer.Transform(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) - name: Transform(Byte[], Int32, Int32, Byte[], Int32) - href: api/SIPSorcery.Net.SrtpTransformer.html#SIPSorcery_Net_SrtpTransformer_Transform_System_Byte___System_Int32_System_Int32_System_Byte___System_Int32_ - commentId: M:SIPSorcery.Net.SrtpTransformer.Transform(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) - name.vb: Transform(Byte(), Int32, Int32, Byte(), Int32) - fullName: SIPSorcery.Net.SrtpTransformer.Transform(System.Byte[], System.Int32, System.Int32, System.Byte[], System.Int32) - fullName.vb: SIPSorcery.Net.SrtpTransformer.Transform(System.Byte(), System.Int32, System.Int32, System.Byte(), System.Int32) - nameWithType: SrtpTransformer.Transform(Byte[], Int32, Int32, Byte[], Int32) - nameWithType.vb: SrtpTransformer.Transform(Byte(), Int32, Int32, Byte(), Int32) - uid: SIPSorcery.Net.SrtpTransformer.Transform* name: Transform href: api/SIPSorcery.Net.SrtpTransformer.html#SIPSorcery_Net_SrtpTransformer_Transform_