PeerCastStation.Core.AtomCollectionExtensions.SetChanTrackAlbum C# (CSharp) Method

SetChanTrackAlbum() public static method

public static SetChanTrackAlbum ( this collection, string value ) : void
collection this
value string
return void
    public static void SetChanTrackAlbum(this IAtomCollection collection, string value)
    {
      SetAtomTo(collection, new Atom(Atom.PCP_CHAN_TRACK_ALBUM, value));
    }
AtomCollectionExtensions