C# Class Glare.Audio.AudioExtensions

ファイルを表示 Open project: Burton-Radons/Alexandria

Public Methods

Method Description
SampleByteSize ( this format ) : int
SampleChannelCount ( this format ) : int
SampleChannelType ( this format ) : Type

Method Details

SampleByteSize() public static method

public static SampleByteSize ( this format ) : int
format this
return int

SampleChannelCount() public static method

public static SampleChannelCount ( this format ) : int
format this
return int

SampleChannelType() public static method

public static SampleChannelType ( this format ) : Type
format this
return System.Type