Unit 'bs_vorbiscodec' Package
[Overview][Constants][Types][Variables][Index] [#pl_acs]

VORBIS_INFO

Declaration

Source position: bs_vorbiscodec.pas line 37

type VORBIS_INFO = record

  version: Integer;

  

  channels: Integer;

  

  rate: LongInt;

  

  bitrate_upper: LongInt;

  

  bitrate_nominal: LongInt;

  

  bitrate_lower: LongInt;

  

  bitrate_window: LongInt;

  

  codec_setup: Pointer;

  

end;



CT Web help

CodeTyphon Studio