VideoFile.loadStream Method¶
Module: VideoFile
Definition¶
Loads a video stream from the specified URL.
This function initializes the video stream for playback.
load_stream(self, stream_url: str) -> None
Parameters
stream_url
strin The URL of the video stream to be loaded.
Exceptions
An error has occurred during Devices Library execution.
void loadStream(String? streamUrl)
Parameters
streamUrl
Stringin The URL of the video stream to be loaded.
Exceptions
An error has occurred during Devices Library execution.
public void LoadStream(string streamUrl)
Parameters
streamUrl
stringin The URL of the video stream to be loaded.
Exceptions
An error has occurred during Devices Library execution.
public void loadStream(String streamUrl) throws DevicesException
Parameters
streamUrl
Stringin The URL of the video stream to be loaded.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesVideoFile_LoadStream (
ID3_DEVICES_VIDEO_FILE hVideoFile,
const char * streamUrl)
Parameters
hVideoFile
ID3_DEVICES_VIDEO_FILEin Handle to the VideoFile object.streamUrl
const char *in The URL of the video stream to be loaded.
Returns