Sensoray 819 Windows SDK Manuale Utente Pagina 9

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 16
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 8
streams streams bitmask. To select a stream, set a bit of the parameter streams to 1 by using an
SMASK macro. For example, streams = SMASK(STREAM_H264_PRI); or streams =
SMASK(STREAM_H264_PRI) | SMASK(STREAM_H264_SEC);
S819_DetachStreams
ECODE S819_DetachStreams(HCNODE hCnode)
Detaches stream(s) from capture node.
hCnode a valid capture node handle.
S819_StartStreams
ECODE S819_StartStreams(HCNODE hCnode, int chan, int streams)
Starts capture of a combination of streams attached to a capture node. Other streams that may be
attached to the same capture node are not affected.
hCnode a valid capture node handle.
chan selected channel number (1-based).
streams streams bitmask corresponding to desired stream combination. To select a stream, set
a bit of the parameter streams to 1 by using an SMASK macro. For example, streams =
SMASK(STREAM_H264_PRI); or streams = SMASK(STREAM_H264_PRI) |
SMASK(STREAM_H264_SEC);
S819_StopStreams
ECODE S819_StopStreams(HCNODE hCnode, int chan, int streams)
Stops capture of a combination of streams attached to a capture node. Other streams that may be
attached to the same capture node are not affected.
hCnode a valid capture node handle.
chan selected channel number (1-based).
streams streams bitmask corresponding to desired stream combination. To select a stream, set
a bit of the parameter streams to 1 by using an SMASK macro. For example, streams =
SMASK(STREAM_H264_PRI); or streams = SMASK(STREAM_H264_PRI) |
SMASK(STREAM_H264_SEC);
S819_StartAll
ECODE S819_StartAll(HCNODE hCnode)
Starts capture of all streams attached to a selected capture node.
9
Vedere la pagina 8
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

Commenti su questo manuale

Nessun commento