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

GetChanInfoStreamExt() public static method

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