Unit 'tsd_vorbis' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_titansound]

STBVorbisError

Declaration

Source position: tsd_vorbis.pas line 166

type STBVorbisError = (

  VORBIS__no_error = 0,

  

  VORBIS_need_more_data = 1,

  

  VORBIS_invalid_api_mixing,

  

  VORBIS_outofmem,

  

  VORBIS_feature_not_supported,

  

  VORBIS_too_many_channels,

  

  VORBIS_file_open_failure,

  

  VORBIS_seek_without_length,

  

  VORBIS_unexpected_eof = 10,

  

  VORBIS_seek_invalid,

  

  VORBIS_invalid_setup = 20,

  

  VORBIS_invalid_stream,

  

  VORBIS_missing_capture_pattern = 30,

  

  VORBIS_invalid_stream_structure_version,

  

  VORBIS_continued_packet_flag_invalid,

  

  VORBIS_incorrect_stream_serial_number,

  

  VORBIS_invalid_first_page,

  

  VORBIS_bad_packet_type,

  

  VORBIS_cant_find_last_page,

  

  VORBIS_seek_failed

  

);



CT Web help

CodeTyphon Studio