Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Yodiwo
Media
Audio
Source
AudioEventArgs
C# Class Yodiwo.Media.Audio.Source.AudioEventArgs
显示文件
Open project: yodiwo/plegma
Class Usage Examples
Public Properties
Property
Type
Description
length
int
pcmdata
byte[]
Public Methods
Method
Description
AudioEventArgs
(
byte
audiodata
,
int
audiolen
) :
System
Method Details
AudioEventArgs()
public
method
public
AudioEventArgs
(
byte
audiodata
,
int
audiolen
) :
System
audiodata
byte
audiolen
int
return
System
Property Details
length
public_oe property
public
int
length
return
int
pcmdata
public_oe property
public
byte[]
pcmdata
return
byte[]