C# Class MonoMac.AudioToolbox.AudioStreamBasicDescription

Show file Open project: kangaroo/maccore Class Usage Examples

Public Properties

Property Type Description
BitsPerChannel int
BytesPerFrame int
BytesPerPacket int
ChannelsPerFrame int
Format AudioFormatType
FormatFlags AudioFormatFlags
FramesPerPacket int
Reserved int
SampleRate double

Private Properties

Property Type Description

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

BitsPerChannel public property

public int BitsPerChannel
return int

BytesPerFrame public property

public int BytesPerFrame
return int

BytesPerPacket public property

public int BytesPerPacket
return int

ChannelsPerFrame public property

public int ChannelsPerFrame
return int

Format public property

public AudioFormatType Format
return AudioFormatType

FormatFlags public property

public AudioFormatFlags FormatFlags
return AudioFormatFlags

FramesPerPacket public property

public int FramesPerPacket
return int

Reserved public property

public int Reserved
return int

SampleRate public property

public double SampleRate
return double