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 str
in The URL of the video stream to be loaded.

Exceptions

An error has occurred during Devices Library execution.
void loadStream(String? streamUrl)

Parameters

streamUrl String
in 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 string
in 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 String
in 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

in Handle to the VideoFile object.

streamUrl const char *
in The URL of the video stream to be loaded.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.