Property | Type | Description | |
---|---|---|---|
CurrentLoopContextIsValid | bool | ||
CurrentSeekTableIsValid | bool | ||
EnsurePcmDecoded | void | ||
GetAlignment | VGAudio.Formats.GcAdpcm.GcAdpcmAlignment | ||
GetLoopContext | VGAudio.Formats.GcAdpcm.GcAdpcmLoopContext | ||
GetSeekTable | VGAudio.Formats.GcAdpcm.GcAdpcmSeekTable | ||
PrepareForBuild | |||
PreviousAlignmentIsValid | bool | ||
PreviousLoopContextIsValid | bool | ||
PreviousSeekTableIsValid | bool | ||
WithPrevious |
Method | Description | |
---|---|---|
Build ( ) : VGAudio.Formats.GcAdpcm.GcAdpcmChannel | ||
GcAdpcmChannelBuilder ( Array adpcm, Array coefs, int sampleCount ) : VGAudio.Codecs.GcAdpcm | ||
WithLoop ( bool loop ) : |
||
WithLoop ( bool loop, int loopStart, int loopEnd ) : |
||
WithLoopAlignment ( int loopAlignmentMultiple ) : |
||
WithLoopContext ( int loopStart, short predScale, short loopHist1, short loopHist2, bool isSelfCalculated = false ) : |
||
WithSamplesPerSeekTableEntry ( int samplesPerEntry ) : |
||
WithSeekTable ( Array seekTable, int samplesPerEntry, bool isSelfCalculated = false ) : |
Method | Description | |
---|---|---|
CurrentLoopContextIsValid ( int loopStart ) : bool | ||
CurrentSeekTableIsValid ( ) : bool | ||
EnsurePcmDecoded ( ) : void | ||
GetAlignment ( ) : VGAudio.Formats.GcAdpcm.GcAdpcmAlignment | ||
GetLoopContext ( ) : VGAudio.Formats.GcAdpcm.GcAdpcmLoopContext | ||
GetSeekTable ( ) : VGAudio.Formats.GcAdpcm.GcAdpcmSeekTable | ||
PrepareForBuild ( ) : |
||
PreviousAlignmentIsValid ( ) : bool | ||
PreviousLoopContextIsValid ( int loopStart ) : bool | ||
PreviousSeekTableIsValid ( ) : bool | ||
WithPrevious ( VGAudio.Formats.GcAdpcm.GcAdpcmSeekTable seekTable, VGAudio.Formats.GcAdpcm.GcAdpcmLoopContext loopContext, VGAudio.Formats.GcAdpcm.GcAdpcmAlignment alignment ) : |
public Build ( ) : VGAudio.Formats.GcAdpcm.GcAdpcmChannel | ||
return | VGAudio.Formats.GcAdpcm.GcAdpcmChannel |
public GcAdpcmChannelBuilder ( Array adpcm, Array coefs, int sampleCount ) : VGAudio.Codecs.GcAdpcm | ||
adpcm | Array | |
coefs | Array | |
sampleCount | int | |
return | VGAudio.Codecs.GcAdpcm |
public WithLoop ( bool loop ) : |
||
loop | bool | |
return |
public WithLoop ( bool loop, int loopStart, int loopEnd ) : |
||
loop | bool | |
loopStart | int | |
loopEnd | int | |
return |
public WithLoopAlignment ( int loopAlignmentMultiple ) : |
||
loopAlignmentMultiple | int | |
return |
public WithLoopContext ( int loopStart, short predScale, short loopHist1, short loopHist2, bool isSelfCalculated = false ) : |
||
loopStart | int | |
predScale | short | |
loopHist1 | short | |
loopHist2 | short | |
isSelfCalculated | bool | |
return |
public WithSamplesPerSeekTableEntry ( int samplesPerEntry ) : |
||
samplesPerEntry | int | |
return |
public WithSeekTable ( Array seekTable, int samplesPerEntry, bool isSelfCalculated = false ) : |
||
seekTable | Array | |
samplesPerEntry | int | |
isSelfCalculated | bool | |
return |