class FLACTag::FLACStreamInfo
- FLACTag::FLACStreamInfo
- Reference
- Object
Defined in:
flactag/objects.crConstructors
Instance Method Summary
- #audio_md5 : Bytes
- #audio_md5=(audio_md5 : Bytes)
- #bit_depth : Int8
- #bit_depth=(bit_depth : Int8)
- #block_size_max : Int16
- #block_size_max=(block_size_max : Int16)
- #block_size_min : Int16
- #block_size_min=(block_size_min : Int16)
- #channel_count : Int8
- #channel_count=(channel_count : Int8)
- #frame_size_max : Int32
- #frame_size_max=(frame_size_max : Int32)
- #frame_size_min : Int32
- #frame_size_min=(frame_size_min : Int32)
- #sample_count : Int64
- #sample_count=(sample_count : Int64)
- #sample_rate : Int32
- #sample_rate=(sample_rate : Int32)
Constructor Detail
def self.new(block_size_min : Int16, block_size_max : Int16, frame_size_min : Int32, frame_size_max : Int32, sample_rate : Int32, channel_count : Int8, bit_depth : Int8, sample_count : Int64, audio_md5 : Slice(UInt8))
#