Class: TagLib::MPEG::XingHeader

Inherits:
Object
  • Object
show all
Defined in:
docs/taglib/mpeg.rb

Overview

Xing VBR header.

Constant Summary collapse

Invalid =
0
Xing =
1
VBRI =
2

Instance Method Summary collapse

Instance Method Details

#total_framesInteger



175
176
# File 'docs/taglib/mpeg.rb', line 175

def total_frames
end

#total_sizeInteger



179
180
# File 'docs/taglib/mpeg.rb', line 179

def total_size
end

#typeInteger

Returns the type of the VBR header.

Since:

  • 1.0.0



185
186
# File 'docs/taglib/mpeg.rb', line 185

def type
end

#valid?true



171
172
# File 'docs/taglib/mpeg.rb', line 171

def valid?
end