Frameset.getFrame Method¶
Module: Frameset
Definition¶
Retrieves a specific frame from the frameset, identified by the stream name.
get_frame(self, stream_name: str) -> None
Parameters
stream_name
strin The name of the stream from which to retrieve the frame.
Exceptions
An error has occurred during Devices Library execution.
void getFrame(String? streamName)
Parameters
streamName
Stringin The name of the stream from which to retrieve the frame.
Exceptions
An error has occurred during Devices Library execution.
public void GetFrame(string streamName)
Parameters
streamName
stringin The name of the stream from which to retrieve the frame.
Exceptions
An error has occurred during Devices Library execution.
public void getFrame(String streamName) throws DevicesException
Parameters
streamName
Stringin The name of the stream from which to retrieve the frame.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesFrameset_GetFrame (
ID3_DEVICES_FRAMESET hFrameset,
const char * streamName)
Parameters
hFrameset
ID3_DEVICES_FRAMESETin Handle to the Frameset object.streamName
const char *in The name of the stream from which to retrieve the frame.
Returns