r3oavi

r3oavi

Class

plugins/dtype/avi/r3oavi.h

Library

r3avi

Description:

AviOutputSettings Class

See Also

real/frio/r3oanim.h

Super Class

r3Animoutputsettings

R3CLID_ANIMOUTPUTSETTINGS

JavaScript

r3Avisettings

Class Identifier

R3CLID_AVISETTINGS - 570

Methods

Attributes

Fps, CodecName,

Fps

Attribute

Fps

Identifier

R3AVIOSETA_Fps

JavaScript type

Integer

C type

int

Description

'R3AVIOSETA_Fps' not documented

Syntax


jsobj.SetFps(value);
value = jsobj.GetFps();


int value = ...;
R3SetAttrs(r3obj, R3AVIOSETA_Fps, value, R3TAG_END);
int value;
R3GetAttrs(r3obj, R3AVIOSETA_Fps, &value, R3TAG_END);

CodecName

Attribute

CodecName

Identifier

R3AVIOSETA_CodecName

JavaScript type

String

C type

char*

Description

codec name

Syntax


jsobj.SetCodecName(value);
value = jsobj.GetCodecName();


char* value = ...;
R3SetAttrs(r3obj, R3AVIOSETA_CodecName, value, R3TAG_END);
char* value;
R3GetAttrs(r3obj, R3AVIOSETA_CodecName, &value, R3TAG_END);