Brightsign Object Reference Manual (FW 5.1) Manual do Utilizador Página 99

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 341
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 98
91
GetCurrentControlValue(control_name As String) As roAssociativeArray: Returns an
associative array with 3 members: "Value," "Minimum," and "Maximum." "Value" is the current value, and the
possible range is specified by "Minimum" and "Maximum."
GetFormats() As Object
SetFormat(a As String, b As Integer, c As Integer) As Boolean
GetCurrentFormat() As String
Example: This script uses the HDMI Input as the video source to create a full-screen display.
v = CreateObject("roVideoPlayer")
i = CreateObject("roVideoInput")
p = CreateObject("roMessagePort")
vm = CreateObject("roVideoMode")
vm.SetMode("1920x1080x60p")
r = CreateObject("roRectangle", 0, 0, 1920, 1080)
v.SetRectangle(r)
v.PlayFile(i)
Example: This script uses the video capture dongle as the video source to create a full-screen display.
v=CreateObject("roVideoPlayer")
i=CreateObject("roVideoInput")
p=CreateObject("roMessagePort")
vm=CreateObject("roVideoMode")
Vista de página 98
1 2 ... 94 95 96 97 98 99 100 101 102 103 104 ... 340 341

Comentários a estes Manuais

Sem comentários