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

Inheritance: System.EventArgs
ファイルを表示 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_oe property

public byte[] Data
return byte[]

Name public_oe property

public string Name
return string

SSRC public_oe property

public uint SSRC
return uint

Subtype public_oe property

public byte Subtype
return byte