C# 클래스 Gablarski.Audio.AudioExtensions

파일 보기 프로젝트 열기: ermau/Gablarski

공개 메소드들

메소드 설명
GetBytes ( this self, int samples ) : int
GetBytesPerSample ( this self ) : int
GetSamplesPerSecond ( this self ) : int

메소드 상세

GetBytes() 공개 정적인 메소드

public static GetBytes ( this self, int samples ) : int
self this
samples int
리턴 int

GetBytesPerSample() 공개 정적인 메소드

public static GetBytesPerSample ( this self ) : int
self this
리턴 int

GetSamplesPerSecond() 공개 정적인 메소드

public static GetSamplesPerSecond ( this self ) : int
self this
리턴 int