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

Returns total number of frames.

Returns:

  • (Integer)

    total number of frames



183
184
# File 'docs/taglib/mpeg.rb', line 183

def total_frames
end

#total_sizeInteger

Returns total size of stream in bytes.

Returns:

  • (Integer)

    total size of stream in bytes



187
188
# File 'docs/taglib/mpeg.rb', line 187

def total_size
end

#typeInteger

Returns the type of the VBR header.

Returns:

  • (Integer)

    the type of the VBR header.

Since:

  • 1.0.0



193
194
# File 'docs/taglib/mpeg.rb', line 193

def type
end

#valid?true

Returns if a valid Xing header is present.

Returns:

  • (true)

    if a valid Xing header is present



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

def valid?
end