Functions - By Category End of trail navigation bar

Table of Contents > QUARC > User's Guide > QUARC External Interfaces > C Functions > Multimedia > Function Reference

Functions - Alphabetical List

A

V

A

audio_capture_close

Closes an audio capture session.

audio_capture_open

Opens an audio capture session for reading from a device such as a microphone.

audio_capture_read

Reads audio samples from an audio capture session.

audio_capture_trigger

Triggers an audio capture session to re-read a file or URL associated with the session.

audio_render_close

Closes an audio render session.

audio_render_open

Opens an audio render session for writing to a device such as a speaker.

audio_render_write

Writes audio samples to an audio render session.

V

video_capture_close

Closes a video capture session.

video_capture_open

Opens a video capture session, from a camera, file or URL.

video_capture_read

Reads a single image frame from the video capture session.

video_capture_set_property

Sets properties of the video capture device.

video_capture_start

Starts capturing video from a video capture session.

video_capture_stop

Stops capturing video from a video capture session.

video_display_add_menu_item

Add a menu item to the context menu of the specified video display window.

video_display_add_menu_separator

Add a menu item separator to the context menu of the specified video display window.

video_display_attach

Attach a video stream to the specified window.

video_display_close

Close the video display window.

video_display_detach

Detach the video stream from the display.

video_display_get_attributes

Get the attributes of the window.

video_display_open

Open a video display window.

video_display_set_caption

Change the title of the video display window.

video_display_show

Force the video display window to be visible.

video_display_write

Write a single image frame to the video display.

video_sink_close

Closes a video sink.

video_sink_open

Opens a video sink for writing, such as an MP4 or WMV file.

video_sink_write

Write a single image frame to a video sink.

video3d_close

Closes a video3d device.

video3d_frame_get_data

Get the frame data in the specified image format and data type.

video3d_frame_get_meters

Get the frame motion data in meters.

video3d_frame_get_motion_data

Get the frame motion data, such as gyroscope, accelerometer or pose data.

video3d_frame_get_number

Get the frame number for the given frame.

video3d_frame_get_timestamp

Get the timestamp for the given frame.

video3d_frame_release

Release the frame so that it can be re-used by the video3d API.

video3d_open

Opens a 3D video capture device, such as am RGBD camera.

video3d_open_file

Opens a file to emulate a 3D video device.

video3d_start_streaming

Start streaming on all open streams.

video3d_stop_streaming

Stop streaming on all open streams.

video3d_stream_close

Closes a video stream.

video3d_stream_get_frame

Get the latest frame for the given stream.

video3d_stream_open

Opens a video3d stream.

video3d_stream_set_properties

Sets properties of a video stream.

 

navigation bar