C# Class MonoMac.AudioToolbox.AudioStreamBasicDescription

Exibir arquivo 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_oe property

public int BitsPerChannel
return int

BytesPerFrame public_oe property

public int BytesPerFrame
return int

BytesPerPacket public_oe property

public int BytesPerPacket
return int

ChannelsPerFrame public_oe property

public int ChannelsPerFrame
return int

Format public_oe property

public AudioFormatType Format
return AudioFormatType

FormatFlags public_oe property

public AudioFormatFlags FormatFlags
return AudioFormatFlags

FramesPerPacket public_oe property

public int FramesPerPacket
return int

Reserved public_oe property

public int Reserved
return int

SampleRate public_oe property

public double SampleRate
return double