[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: PasVulkan.Audio.pas line 572
type TpvAudioSoundSample = class |
||
public |
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
ReservedVoiceIDCounter: TPasMPInt32; |
|
|
|
||
|
||
|
||
|
||
|
||
|
||
MixToEffect: LongBool; |
|
|
Sleepable: LongBool; |
|
|
CompressorActive: LongBool; |
|
|
|
||
|
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
procedure IncRef; |
|
|
procedure DecRef; |
|
|
function GetReservedVoiceID; |
|
|
procedure CorrectVoices; |
|
|
procedure FixUp; |
|
|
procedure SetVirtualVoices(); |
|
|
procedure SetRealVoices(); |
|
|
function Play(); |
|
|
function PlaySpatialization(); |
|
|
procedure RandomReseek(); |
|
|
procedure ResetLoop(); |
|
|
procedure Stop(); |
|
|
procedure KeyOff(); |
|
|
function SetVolume(); |
|
|
function SetPanning(); |
|
|
function SetRate(); |
|
|
function SetPosition(); |
|
|
function SetEffectMix(); |
|
|
function IsPlaying; |
|
|
function IsVoicePlaying(); |
|
|
property OnIntervalHook: TpvAudioSoundSampleVoiceOnIntervalHook; [rw] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |