Searched defs:VorbisComment (Results 1 – 3 of 3) sorted by relevance
26 public final class VorbisComment implements Metadata.Entry { class38 public VorbisComment(String key, String value) { in VorbisComment() method in VorbisComment43 /* package */ VorbisComment(Parcel in) { in VorbisComment() method in VorbisComment
648 inline VorbisComment(const VorbisComment &object): Prototype(object) { } in VorbisComment() function649 inline VorbisComment(const ::FLAC__StreamMetadata &object): Prototype(object) { } in VorbisComment() function650 inline VorbisComment(const ::FLAC__StreamMetadata *object): Prototype(object) { } in VorbisComment() function656 inline VorbisComment(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in VorbisComment() function
868 VorbisComment::VorbisComment(): in VorbisComment() function in FLAC::Metadata::VorbisComment