Unit 'PasVulkan.Audio' Package
[Overview][Constants][Types][Classes][Variables][Index] [#pl_pasvulkan]

TpvAudioSoundSampleVoice

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: PasVulkan.Audio.pas line 317

type TpvAudioSoundSampleVoice = class

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Enqueue;

  

  procedure Dequeue;

  

  procedure Init();

  

  procedure Prepare;

  

  procedure MixTo();

  

  property AudioEngine: TpvAudio; [r]

  

  property Sample: TpvAudioSoundSample; [r]

  

  property Tag: TpvUInt64; [rw]

  

  property OtherTag: TpvUInt64; [rw]

  

  property DynamicRateFactor: TpvInt32; [rw]

  

  property DynamicVolume: TpvInt32; [rw]

  

  property Active: LongBool; [rw]

  

  property Age: TpvInt64; [r]

  

  property Position: TpvInt64; [r]

  

published

  property KeyOff: LongBool; [r]

  

  property OnIntervalHook: TpvAudioSoundSampleVoiceOnIntervalHook; [rw]

  

end;

Inheritance

TpvAudioSoundSampleVoice

  

|

TObject



CT Web help

CodeTyphon Studio