format 1.20 Documentation
Back | Index
class format.mp3.Writer
- function new(output : haxe.io.Output) : Void
- function write(mp3 : MP3, ?writeId3v2 : Bool) : Void
- Pass DONT_WRITE_ID3V2 (false) as second parameter to write the mpeg stream without id3v2
- function writeFrame(f : MP3Frame) : Void
- function writeID3v2(id3v2 : ID3v2Info) : Void
- static inline var DONT_WRITE_ID3V2 : Bool
- static inline var WRITE_ID3V2 : Bool