Brightsign Object Reference Manual (FW 5.1) Instrukcja Użytkownika Strona 98

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 341
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 97
90
roVideoInput
This object allows playback of HDMI input or video provided by a video capture dongle. Note that the ifVideoInput
methods do not apply to HDMI input, which can be achieved by passing an unmodified roVideoInput instance to the
roVideoPlayer.PlayFile() method (see below for examples).
roVideoInput is created with no parameters:
CreateObject("roVideoInput")
Interfaces: ifVideoInput
The ifVideoInput interface provides the following:
GetStandards() As roArray
GetInputs() As roArray: These return an array of strings describing the various inputs and video standards
that the video capture device supports. The following are the possible standards that can be returned: PAL-D/K,
PAL-G, PAL-H, PAL-I, PAL-D, PAL-D1, PAL-K, PAL-M, PAL-N, PAL-Nc, PAL-60, SECAM-B/G, ECAM-B, SECAM-
D, SECAM-G, SECAM-H, SECAM-K, SECAM-K1, SECAM-L, SECAM-LC, SECAM-D/K, NTSC-M, NTSC-Mj,
NTSC-443, NTSC-Mk, PAL-B and PAL-B1. Inputs returned are s-video and composite.
SetStandard(standard As String) As Boolean
GetCurrentStandard() As String
SetInput(input As String) As Boolean
GetCurrentInput() As String: Use the above to get and set the input and video standard.
GetControls() As roArray: Returns the possible controls on the input. These include "Brightness,"
"Contrast," "Saturation," "Hue," and others.
SetControlValue(control_name As String, value As Integer) As Boolean: Sets the value of the
specified control.
Przeglądanie stron 97
1 2 ... 93 94 95 96 97 98 99 100 101 102 103 ... 340 341

Komentarze do niniejszej Instrukcji

Brak uwag