Class: TagLib::MPEG::XingHeader

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

Overview

Xing VBR header.

Instance Method Summary collapse

Instance Method Details

#total_framesInteger

Returns total number of frames.

Returns:

  • (Integer)

    total number of frames



96
97
# File 'docs/taglib/mpeg.rb', line 96

def total_frames
end

#total_sizeInteger

Returns total size of stream in bytes.

Returns:

  • (Integer)

    total size of stream in bytes



100
101
# File 'docs/taglib/mpeg.rb', line 100

def total_size
end

#valid?true

Returns if a valid Xing header is present.

Returns:

  • (true)

    if a valid Xing header is present



92
93
# File 'docs/taglib/mpeg.rb', line 92

def valid?
end