コンテンツにスキップ

PLCamera.GenDCStreamingModeEnum Class#

Controls the device's streaming format.

Applies to: blaze

Visibility: Invisible

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.GenDCStreamingModeEnum

Constructors#

 名前説明
Public methodPLCamera.GenDCStreamingModeEnum Initializes a new instance of the PLCamera.GenDCStreamingModeEnum class
 

プロパティ#

 名前説明
Public property自動

The device will automatically choose in which format it streams its data.

Applies to: blaze

Public property名前 The full name of GenDCStreamingMode (Overrides ParameterListEnum.Name.)
Public propertyOff

The device will only stream data in its native format.

Applies to: blaze

Public propertyその

The device will stream all its data in the generic GenDC format.

Applies to: blaze

 

方法#

 名前説明
Public methodToString The full name of GenDCStreamingMode (Overrides Object.ToString()()()().)
 

PLCamera.GenDCStreamingModeEnum.ToString Method#

The full name of GenDCStreamingMode

Return Value#

Type: String
Returns the full name of GenDCStreamingMode

PLCamera.GenDCStreamingModeEnum Constructor#

Initializes a new instance of the PLCamera.GenDCStreamingModeEnum class

PLCamera.GenDCStreamingModeEnum.Automatic Property#

The device will automatically choose in which format it streams its data.

Applies to: blaze

PLCamera.GenDCStreamingModeEnum.Name Property#

The full name of GenDCStreamingMode

PLCamera.GenDCStreamingModeEnum.Off Property#

The device will only stream data in its native format.

Applies to: blaze

PLCamera.GenDCStreamingModeEnum.On Property#

The device will stream all its data in the generic GenDC format.

Applies to: blaze