|
VideoFileWriterWriteAudioFrame Method
|
Namespace:
Accord.Video.FFMPEG
Assembly:
Accord.Video.FFMPEG (in Accord.Video.FFMPEG.dll) Version: 3.8.0
Syntax public void WriteAudioFrame(
byte[] buffer
)
Public Sub WriteAudioFrame (
buffer As Byte()
)
Request Example
View SourceParameters
- buffer
- Type: SystemByte
See Also