C# 클래스 Accord.Audio.Formats.FormatHeader

파일 보기 프로젝트 열기: accord-net/framework

공개 프로퍼티들

프로퍼티 타입 설명
AverageBytesPerSecond int
BitsPerSample short
BlockAlignment short
Channels short
FormatTag short
Length int
SamplesPerSecond int

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]

메소드 상세

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

프로퍼티 상세

AverageBytesPerSecond 공개적으로 프로퍼티

public int AverageBytesPerSecond
리턴 int

BitsPerSample 공개적으로 프로퍼티

public short BitsPerSample
리턴 short

BlockAlignment 공개적으로 프로퍼티

public short BlockAlignment
리턴 short

Channels 공개적으로 프로퍼티

public short Channels
리턴 short

FormatTag 공개적으로 프로퍼티

public short FormatTag
리턴 short

Length 공개적으로 프로퍼티

public int Length
리턴 int

SamplesPerSecond 공개적으로 프로퍼티

public int SamplesPerSecond
리턴 int