getAlbum method

String? getAlbum()

Implementation

String? getAlbum() {
  return _vorbisCommentBlock?.getAlbum();
}