C# 클래스 MonoMac.AudioToolbox.AudioStreamBasicDescription

파일 보기 프로젝트 열기: kangaroo/maccore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BitsPerChannel int
BytesPerFrame int
BytesPerPacket int
ChannelsPerFrame int
Format AudioFormatType
FormatFlags AudioFormatFlags
FramesPerPacket int
Reserved int
SampleRate double

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

BitsPerChannel 공개적으로 프로퍼티

public int BitsPerChannel
리턴 int

BytesPerFrame 공개적으로 프로퍼티

public int BytesPerFrame
리턴 int

BytesPerPacket 공개적으로 프로퍼티

public int BytesPerPacket
리턴 int

ChannelsPerFrame 공개적으로 프로퍼티

public int ChannelsPerFrame
리턴 int

Format 공개적으로 프로퍼티

public AudioFormatType Format
리턴 AudioFormatType

FormatFlags 공개적으로 프로퍼티

public AudioFormatFlags FormatFlags
리턴 AudioFormatFlags

FramesPerPacket 공개적으로 프로퍼티

public int FramesPerPacket
리턴 int

Reserved 공개적으로 프로퍼티

public int Reserved
리턴 int

SampleRate 공개적으로 프로퍼티

public double SampleRate
리턴 double