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

GetChanTrackTitle() public static method

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