r3ocine

r3ocine

Class

plugins/dtype/cineon/r3ocine.h

Library

r3cineon

Description:

Cineon specific options.

See Also

real/frio/r3output.h

Super Class

r3Output

R3CLID_OUTPUT

JavaScript

r3Cineonsettings

Class Identifier

R3CLID_CINEONSETTINGS - 857

Methods

Attributes

BitsPerPixel, ColorChannelCo, BWChannelCount,

Registration

int R3RegisterCineonSettingsClass(R3APP *app);

BitsPerPixel

Attribute

BitsPerPixel

Identifier

R3CINEONOSETA_BitsPerPixel

JavaScript type

Integer

C type

R3INT

Description

'R3CINEONOSETA_BitsPerPixel' not documented

Syntax


jsobj.SetBitsPerPixel(value);
value = jsobj.GetBitsPerPixel();


R3INT value = ...;
R3SetAttrs(r3obj, R3CINEONOSETA_BitsPerPixel, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3CINEONOSETA_BitsPerPixel, &value, R3TAG_END);

ColorChannelCo

Attribute

ColorChannelCo

Identifier

R3CINEONOSETA_ColorChannelCo

JavaScript type

Integer

C type

R3INT

Description

number of 3 component channels, 0...2

Syntax


jsobj.SetColorChannelCo(value);
value = jsobj.GetColorChannelCo();


R3INT value = ...;
R3SetAttrs(r3obj, R3CINEONOSETA_ColorChannelCount, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3CINEONOSETA_ColorChannelCount, &value, R3TAG_END);

BWChannelCount

Attribute

BWChannelCount

Identifier

R3CINEONOSETA_BWChannelCount

JavaScript type

Integer

C type

R3INT

Description

number of 1 component channels, 0...8

Syntax


jsobj.SetBWChannelCount(value);
value = jsobj.GetBWChannelCount();


R3INT value = ...;
R3SetAttrs(r3obj, R3CINEONOSETA_BWChannelCount, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3CINEONOSETA_BWChannelCount, &value, R3TAG_END);

Registry function