Unit 'DAV_ChunkWaveBasic' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_asiovst]

TSamplerChunk

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

Declaration

Source position: DAV_ChunkWaveBasic.pas line 567

type TSamplerChunk = class(TWavDefinedChunk)

protected

  procedure AssignTo(); override;

  

public

  SamplerRecord: TSamplerRecord;

  

  constructor Create; override;

  

  destructor Destroy; override;

  

  procedure LoadFromStream(); override;

  

  procedure SaveToStream(); override;

  

  class function GetClassChunkName; override;

  

published

  property Manufacturer: TMidiManufacturer; [rw]

  

  property Product: Cardinal; [rw]

  

  property SamplePeriod: Cardinal; [rw]

  

  property MIDIUnityNote: Cardinal; [rw]

  

  property MIDIPitchFraction: Cardinal; [rw]

  

  property SMPTEFormat: TSMPTEFormat; [rw]

  

  property SMPTEOffset: Cardinal; [rw]

  

  property NumSampleLoops: Cardinal; [r]

  

  property SamplerData: Cardinal; [rw]

  

  property LoopCollection: TOwnedCollection; [r]

  

end;

Inheritance

TSamplerChunk

  

|

TWavDefinedChunk

  

|

TDefinedChunk

  

|

TCustomChunk

  

|

TObject,IStreamPersist



CT Web help

CodeTyphon Studio