C# 클래스 NAudio.Wave.WaveFormatExtraData

상속: WaveFormat
파일 보기 프로젝트 열기: markellus/De.Markellus.HybridInjector 1 사용 예제들

공개 메소드들

메소드 설명
Serialize ( BinaryWriter writer ) : void

Writes this structure to a BinaryWriter

WaveFormatExtraData ( BinaryReader reader ) : System

Reads this structure from a BinaryReader

비공개 메소드들

메소드 설명
ReadExtraData ( BinaryReader reader ) : void
WaveFormatExtraData ( ) : System

parameterless constructor for marshalling

메소드 상세

Serialize() 공개 메소드

Writes this structure to a BinaryWriter
public Serialize ( BinaryWriter writer ) : void
writer BinaryWriter
리턴 void

WaveFormatExtraData() 공개 메소드

Reads this structure from a BinaryReader
public WaveFormatExtraData ( BinaryReader reader ) : System
reader BinaryReader
리턴 System