Show / Hide Table of Contents

Class CompressorInfo

Contains information about a specific compressor (codec)

Inheritance
object
CompressorInfo
Namespace: ABB.Robotics.RobotStudio
Assembly: ABB.Robotics.RobotStudio.dll
Syntax
public sealed class CompressorInfo

Constructors

View Source

CompressorInfo(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 Source

Description

Description of the compressor.

Declaration
public string Description { get; set; }
Property Value
Type Description
string
View Source

Name

The name of the codec, such as H264 or WMV3

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Methods

View Source

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
  • View Source
In this article
Back to top Copyright © 2025 ABB