getAlbumArtist method

String? getAlbumArtist()

Implementation

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