|
PlayFrameEventArgs Constructor
|
Namespace:
Accord.Audio
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax public PlayFrameEventArgs(
int frameIndex,
int count
)
Public Sub New (
frameIndex As Integer,
count As Integer
)
Request Example
View SourceParameters
- frameIndex
- Type: SystemInt32
New frame index. - count
- Type: SystemInt32
The number of frames to play.
See Also