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

GetChanTrackGenre() public static method

public static GetChanTrackGenre ( this collection ) : string
collection this
return string
    public static string GetChanTrackGenre(this IAtomCollection collection)
    {
      return GetStringFrom(collection, Atom.PCP_CHAN_TRACK_GENRE);
    }
AtomCollectionExtensions