Click or drag to resize
FrameEncoders Class

Defines a couple of encoders that are used to encode still and interactive frames.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.RemoteViz.RenderingFrameEncoders

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public class FrameEncoders : SoNetBase

The FrameEncoders type exposes the following members.

Constructors
  NameDescription
Public methodFrameEncoders

Constructor.

Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyInteractiveEncoder

Sets the interactive encoder.

Public propertyInteractiveEncoderStatus

Gets the interactive encoder status.

Public propertyStillEncoder

Sets the still encoder.

Public propertyStillEncoderStatus

Gets the still encoder status.

Top
Remarks

See Also