C# Class PeerCastStation.Core.ParsedContent

IContentReaderで読み取られた結果を格納する構造体です
Datei anzeigen Open project: kumaryu/peercaststation Class Usage Examples

Public Properties

Property Type Description
ChannelInfo ChannelInfo
ChannelTrack ChannelTrack
ContentHeader Content
Contents IList

Property Details

ChannelInfo public_oe property

チャンネル情報として設定するChannelInfoのインスタンスを格納します。設定する値が無い場合はnull
public ChannelInfo,PeerCastStation.Core ChannelInfo
return ChannelInfo

ChannelTrack public_oe property

トラック情報として設定するChannelTrackのインスタンスを格納します。設定する値が無い場合はnull
public ChannelTrack,PeerCastStation.Core ChannelTrack
return ChannelTrack

ContentHeader public_oe property

コンテントヘッダとして設定するContentを格納します。設定する値が無い場合はnull
public Content ContentHeader
return Content

Contents public_oe property

コンテントボディとして追加するContentのリストを格納します。Contentが無い場合はnullまたは空のリスト
public IList Contents
return IList