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

GetChanInfoStreamType() public static method

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