Class CompressorInfo
Contains information about a specific compressor (codec)
Namespace: ABB.Robotics.RobotStudio
Assembly: ABB.Robotics.RobotStudio.dll
Syntax
public sealed class CompressorInfo
Constructors
View SourceCompressorInfo(string, string)
Initializes a new instance of the CompressorInfo class.
Declaration
public CompressorInfo(string name, string description)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| string | description |
Properties
View SourceDescription
Description of the compressor.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the codec, such as H264 or WMV3
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |