C# Class PeerCastStation.Core.ParsedContent

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

Méthodes publiques

Свойство Type Description
ChannelInfo ChannelInfo
ChannelTrack ChannelTrack
ContentHeader Content
Contents IList

Property Details

ChannelInfo public_oe property

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

ChannelTrack public_oe property

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

ContentHeader public_oe property

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

Contents public_oe property

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