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

Inheritance: ViewModelBase
Exibir arquivo Open project: kumaryu/peercaststation Class Usage Examples

Private Properties

Property Type Description
CanBroadcast bool
CreateChannelInfo PeerCastStation.Core.ChannelInfo
CreateChannelTrack PeerCastStation.Core.ChannelTrack
OnBroadcast void

Public Methods

Method Description
BroadcastViewModel ( PeerCastStation.Core.PeerCast peerCast ) : System
Save ( ) : void

Private Methods

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

Method Details

BroadcastViewModel() public method

public BroadcastViewModel ( PeerCastStation.Core.PeerCast peerCast ) : System
peerCast PeerCastStation.Core.PeerCast
return System

Save() public method

public Save ( ) : void
return void