Mentioned need for 2056 byte fifo chunks with burn_track_set_cdxa_conv()

This commit is contained in:
Thomas Schmitt 2009-09-20 11:19:11 +00:00
parent 4fdebcae9f
commit c8c4da8e8e
2 changed files with 6 additions and 4 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2009.09.18.161944"
#define Cdrskin_timestamP "2009.09.20.111911"

View File

@ -1801,9 +1801,11 @@ struct burn_source *burn_fd_source_new(int datafd, int subfd, off_t size);
@param inp The burn_source for which the fifo shall act as proxy.
It can be disposed by burn_source_free() immediately
after this call.
@param chunksize The size in bytes of a chunk. Use 2048 for sources
suitable for BURN_BLOCK_MODE1 and 2352 for sources
which deliver for BURN_BLOCK_AUDIO.
@param chunksize The size in bytes of a chunk.
Use 2048 for sources suitable for BURN_BLOCK_MODE1,
2352 for sources which deliver for BURN_BLOCK_AUDIO,
2056 for sources which shall get treated by
burn_track_set_cdxa_conv(track, 1).
Some variations of burn_source might work only with
a particular chunksize. E.g. libisofs demands 2048.
@param chunks The number of chunks to be allocated in ring buffer.