C# Class NewTOAPIA.Net.Rtp.RtpEvents.AppPacketReceivedEventArgs

Inheritance: System.EventArgs
Show file Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
Data byte[]
Name string
SSRC uint
Subtype byte

Public Methods

Method Description
AppPacketReceivedEventArgs ( uint ssrc, string name, byte subtype, byte data ) : System

Method Details

AppPacketReceivedEventArgs() public method

public AppPacketReceivedEventArgs ( uint ssrc, string name, byte subtype, byte data ) : System
ssrc uint
name string
subtype byte
data byte
return System

Property Details

Data public property

public byte[] Data
return byte[]

Name public property

public string Name
return string

SSRC public property

public uint SSRC
return uint

Subtype public property

public byte Subtype
return byte