Static variables

@:value(false)staticinlineread onlyDONT_WRITE_ID3V2:Bool = false

@:value(true)staticinlineread onlyWRITE_ID3V2:Bool = true

Constructor

new(output:Output)

Methods

@:value({ writeId3v2 : true })write(mp3:MP3, writeId3v2:Bool = true):Void

Pass DONT_WRITE_ID3V2 (false) as second parameter to write the mpeg stream without id3v2

writeID3v2(id3v2:ID3v2Info):Void