Click or drag to resize
EncodedFrame Class

This class provides the features of an encoded frame that is sent to the client.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.RemoteViz.RenderingEncodedFrame

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

The EncodedFrame type exposes the following members.

Constructors
  NameDescription
Public methodEncodedFrame

Constructor.

Top
Methods
  NameDescription
Public methodCopyFrom

Copy assignment operator.

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 methodIsInteractive

Returns if an user interaction is in progress when the frame has been encoded.

Public methodIsLossless

Returns if the frame is lossless.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyBufferSize

Gets the frame buffer size in bytes.

Public propertyEncodingFormat

Gets the frame encoding format.

Public propertyId

Gets the frame id.

Top
Remarks

See Also