C# Class CodeTV.ChannelAnalogic

Inheritance: ChannelTV
Datei anzeigen Open project: dgis/CodeTV Class Usage Examples

Protected Properties

Property Type Description
audioCaptureDeviceName string
videoCaptureDeviceName string

Private Properties

Property Type Description

Public Methods

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

Method Details

ChannelAnalogic() public method

public ChannelAnalogic ( ) : 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

audioCaptureDeviceName protected_oe property

protected string audioCaptureDeviceName
return string

videoCaptureDeviceName protected_oe property

protected string videoCaptureDeviceName
return string