Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
VorbisComment.Vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
ermau committed May 31, 2011
1 parent 25f5e00 commit d094094
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Desktop/Symphony.Xiph/Vorbis/Wrapper/VorbisComment.cs
Expand Up @@ -33,6 +33,17 @@ public VorbisComment()
vorbis_comment_init (ref this.comment);
}

internal VorbisComment (vorbis_comment comment)
{
Vendor = Marshal.PtrToStringAnsi (comment.vendor);
}

public string Vendor
{
get;
private set;
}

private vorbis_comment comment;

[DllImport ("libvorbis.dll", CallingConvention = CallingConvention.Cdecl)]
Expand Down

0 comments on commit d094094

Please sign in to comment.