Roku BrightSign Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Touchscreen-Monitore Roku BrightSign herunter. Roku Object Reference [en] Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 26
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
1
Roku Object
Reference
Matches HD600 Software Version: 1.1.28
Matches HD2000 Software Version: 1.1.20
California, USA
www.rokulabs.com
Seitenansicht 0
1 2 3 4 5 6 ... 25 26

Inhaltsverzeichnis

Seite 1

1 Roku Object Reference Matches HD600 Software Version: 1.1.28 Matches HD2000 Software Version: 1.1.20 California, USA www.rokulabs.co

Seite 2 - Table of Contents

10 roVideoPlayer A Video Player is used to play back video files (using the generic ifMediaTransport Interface). If the message port is set, the obj

Seite 3 - Introduction

11 Users can add events which trigger messages of the roVideoEvent “Timecode Hit” at the specified millisecond times in a video file. The data field o

Seite 4 - Object and Class Name Syntax

12 roAudioPlayer An audio player is used to play back audio files (using the generic ifMediaTransport Interface). If the message port is set, the ob

Seite 5 - BrightSign Object Library

13 set_volume Volume is a percentage and so takes a value 0-100. The volume value is clipped prior to use i.e. SetVoume(101) will set the volume to 10

Seite 6

14 roVideoEvent() and roAudioEvent() Video and Audio events can have one of these integer values. They are declared as separate classes as they are l

Seite 7

15 roGpioControlPort This object is used to control and wait for events on the BrightSign generic DB25 control port and front panel. Typically LEDs

Seite 8

16 roQuadravoxSNS5 This object is used to control and wait for events on the Quadravox SNS5 serial button/LED box. Interfaces: • ifSetMessagePort ro

Seite 9

17 roKeyboard This object is used to wait for events from a USB keyboard. Interfaces: • ifSetMessagePort rotVOID SetPort(rotOBJECT) roKeyboardPres

Seite 10

18 roIRRemote The key code from Roku’s custom code using the NEC protocol is decoded and sent as an event. Use this object to register your Event p

Seite 11

19 roImagePlayer Display static bitmap images on the video display. Interfaces: • ifImageControl rotBOOL DisplayFile(rotSTRING image_filename); ro

Seite 12

2 Table of Contents INTRODUCTION ...

Seite 13

20 Roku> image filename.bmp 0 0 0 Roku> image filename.bmp 2 0 0 This example script uses preloaded images to improve the UI speed when the

Seite 14

21 roInt, roFloat, roString The intrinsic types rotINT32, rotFLOAT, and rotSTRING have an object and interface equivalent. These are useful in the f

Seite 15

22 roTouchScreen The touch screen object allows you accept events from touch screen panels or Mice. Currently only the Elo USB touch screens or a US

Seite 16

23 a. rotINT32 GetEvent() EnableRollover: Use this function to enable a rollover for a touch region. It accepts the touch region’s ID, two strings

Seite 17 - " ' "

24 REM Pass enable cursor display: TRUE for on, and FALSE for off REM The cursor will only enable if there is a mouse attached REM t.EnableCursor(TRU

Seite 18

25 roSerialPort This object controls the RS232 serial port, allowing you to receive input and send responses. roSerialPort has these interfaces: 1.

Seite 19

26 roDeviceInfo This object returns the model and version. This object has the following methods: • rotSTRING GetVersion() • rotINT32 GetVersionNu

Seite 20

3 Introduction Roku Objects (RO) are the standardized way Roku software exposes functionality for our products’ public SDKs. In other words, to pub

Seite 21

4 interface would contain only the new methods. The “old” method still exists in the original Interface. Older applications will only use the origin

Seite 22

5 BrightSign Object Library This section specifies each of the Roku Objects that are included with BrigthScript. Event Loops When creating anything m

Seite 23

6 roList A general purpose doubly link list. It can be used as a container for arbitrary length lists of Roku Objects. Interfaces: • ifList rot

Seite 24

7 roClassMessagePort A message port is the place messages (events) are sent. See the “Event Loops” section for more details. When using Roku Bright

Seite 25

8 roVideoMode This class allows you to set the output video resolution. The same video resolution is applied to all video outputs on BrightSign. Vi

Seite 26

9 roVideoModeChange If SetPort is called, messages that are of type roVideoModeChange will be sent to the port and has the following member functions

Kommentare zu diesen Handbüchern

Keine Kommentare