C# Class CodeTV.ChannelDVB

Inheritance: ChannelTV
ファイルを表示 Open project: dgis/CodeTV Class Usage Examples

Protected Properties

Property Type Description
captureDevice string
tunerDevice string

Private Properties

Property Type Description

Public Methods

Method Description
ChannelDVB ( ) : System
NeedToRebuildTheGraph ( ChannelTV newChannel ) : bool
ToString ( ) : string

Method Details

ChannelDVB() public method

public ChannelDVB ( ) : System
return System

NeedToRebuildTheGraph() public method

public NeedToRebuildTheGraph ( ChannelTV newChannel ) : bool
newChannel ChannelTV
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

captureDevice protected_oe property

protected string captureDevice
return string

tunerDevice protected_oe property

protected string tunerDevice
return string