Unit 'acs_lame' Package
[Overview][Types][Classes][Index] [#pl_acs]

TMP3Out

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

Declaration

Source position: acs_lame.pas line 42

type TMP3Out = class(TACSCustomFileOut)

protected

  procedure Done; override;

  

  function DoOutput(); override;

  

  procedure Prepare; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property BitRate: TMP3BitRate; [rws]

  

  property Id3TagTitle: string; [rw]

  

  property Id3TagArtist: string; [rw]

  

  property Id3TagAlbum: string; [rw]

  

  property Id3TagYear: string; [rw]

  

  property Id3TagTrack: string; [rw]

  

  property Id3TagComment: string; [rw]

  

  property Id3TagGenre: string; [rw]

  

  property Quality: TMP3Quality; [rw]

  

  property SampleRate: TMP3SampleRate; [rw]

  

  property Mode: TMP3Mode; [rw]

  

  property CRC: BOOL; [rw]

  

  property Copyright: BOOL; [rw]

  

  property Original: BOOL; [rw]

  

  property WriteVBRHeader: BOOL; [rw]

  

  property EnableVBR: BOOL; [rw]

  

  property VBRQuality: TMP3Quality; [rw]

  

  property VBRMinBitrate: Integer; [rw]

  

  property VBRMaxBitrate: Integer; [rw]

  

end;

Inheritance

TMP3Out

  

|

TACSCustomFileOut

  

|

TACSStreamedOutput

  

|

TACSCustomOutput

  

|

TObject



CT Web help

CodeTyphon Studio