★ PROGRAMMER'S GUIDE ★ Branch playback libraryTitle | Data | Data Name | No |
Model name | explanation |
|---|---|
Uint8 | Unsigned 1-byte integer |
Sint8 | Signed 1-byte integer |
Uint16 | Unsigned 2-byte integer |
Sint16 | Signed 2-byte integer |
Uint32 | Unsigned 4-byte integer |
Sint32 | Signed 4-byte integer |
Bool | Logical type 4-byte integer (takes a logical constant as a value) |
Constant name | value | explanation |
|---|---|---|
FALSE | 0 | Represents a false logical value. |
OFF OFF | 0 | Indicates switch off (false). |
Title | Data | Data Name | No |
Constant name | explanation |
|---|---|
BPL_ERR_OK | normal termination |
BPL_ERR_KYOVRFLW | Too many stream key settings |
BPL_ERR_BROVRFLW | Too many branch destination settings |
BPL_ERR_BSTMID | Illegal branch stream identifier |
BPL_ERR_BRNO | Illegal branch number |
BPL_ERR_BRSPC | The branch destination has already been specified |
BPL_ERR_NOKEY | The corresponding stream key is not set |
BPL_ERR_OPNSTM | Unable to open stream |
Constant name | value | explanation |
|---|---|---|
BPL_STMKEY_MAX | 6 | Number of stream keys that can be set for one branch stream |
★ PROGRAMMER'S GUIDE ★ Branch playback library