class Mp3::XingHeader
- Mp3::XingHeader
- Reference
- Object
Defined in:
id3/mp3/xing_header.crConstructors
Class Method Summary
Instance Method Summary
- #at : Int64
- #bitrate : Bitrate
- #fields : Fields
- #frame_count : Int32
- #header : String
- #quality : Int32 | Nil
- #size : Int32
- #to_s(io)
Constructor Detail
def self.new(at : Int64, header : String, fields : Mp3::XingHeader::Fields, frame_count : Int32, size : Int32, quality : Int32 | Nil)
#