AdaptixGetStream: Get a specific Adaptix stream

Description Usage Arguments Value Examples

Description

Get a specific Adaptix stream

Usage

1
AdaptixGetStream(conn, streamURL = NULL, streamID = NULL, verbose = FALSE)

Arguments

conn

a valid Adaptix connection object.

streamURL

the location of the stream, as a URL (as provided in the "href" field of API responses).

streamID

the stream id (ignored if streamURL is provided)

verbose

display HTTP operation details.

Value

the stream information, as a list

Examples

1
2
AdaptixGetStream(conn = conn, streamID = "123456abcdef", verbose = F)
AdaptixGetStream(conn = conn, streamURL = "https://alpha.adaptix.io/api/streams/123456abcdef", verbose = F)

Sensewaves/AdaptixR documentation built on May 28, 2019, 2:44 p.m.