Skip to content

Video_delete

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Description

Deletes the given video freeing it from memory.

Parameters

Parameter Data Type Description
id integer index of the video to delete

Return Values

void: This function does not return anything.

Example Call

// demonstrates freeing a video from memory
video_delete(myvid);

NOTOC

This is number 1

Clone this wiki locally