C# Class PeerCastStation.WPF.ChannelLists.Dialogs.BroadcastViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: kumaryu/peercaststation Class Usage Examples

Private Properties

Свойство Type Description
CanBroadcast bool
CreateChannelInfo PeerCastStation.Core.ChannelInfo
CreateChannelTrack PeerCastStation.Core.ChannelTrack
OnBroadcast void

Méthodes publiques

Méthode Description
BroadcastViewModel ( PeerCastStation.Core.PeerCast peerCast ) : System
Save ( ) : void

Private Methods

Méthode Description
CanBroadcast ( Uri streamSource, IContentReaderFactory contentReaderFactory, string channelName ) : bool
CreateChannelInfo ( BroadcastViewModel viewModel ) : ChannelInfo
CreateChannelTrack ( BroadcastViewModel viewModel ) : ChannelTrack
OnBroadcast ( ) : void

Method Details

BroadcastViewModel() public méthode

public BroadcastViewModel ( PeerCastStation.Core.PeerCast peerCast ) : System
peerCast PeerCastStation.Core.PeerCast
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void