egueb  0.0.23.1
Functions
Video
Renderable

Image element inherits from \1. More...

Functions

EAPI Egueb_Dom_Nodeegueb_svg_element_video_new (void)
EAPI void egueb_svg_element_video_x_set_simple (Egueb_Dom_Node *n, const Egueb_Svg_Coord *x)
EAPI void egueb_svg_element_video_x_get (Egueb_Dom_Node *n, Egueb_Svg_Coord_Animated *x)
EAPI void egueb_svg_element_video_y_set_simple (Egueb_Dom_Node *n, const Egueb_Svg_Coord *y)
EAPI void egueb_svg_element_video_y_get (Egueb_Dom_Node *n, Egueb_Svg_Coord_Animated *y)
EAPI void egueb_svg_element_video_width_set_simple (Egueb_Dom_Node *n, const Egueb_Svg_Length *width)
EAPI void egueb_svg_element_video_width_get (Egueb_Dom_Node *n, Egueb_Svg_Length_Animated *width)
EAPI void egueb_svg_element_video_height_set_simple (Egueb_Dom_Node *n, const Egueb_Svg_Length *height)
EAPI void egueb_svg_element_video_height_get (Egueb_Dom_Node *n, Egueb_Svg_Length_Animated *height)
EAPI void egueb_svg_element_video_href_set_simple (Egueb_Dom_Node *n, Egueb_Dom_String *v)
EAPI void egueb_svg_element_video_href_get (Egueb_Dom_Node *n, Egueb_Svg_String_Animated *v)
EAPI void egueb_svg_element_video_play (Egueb_Dom_Node *n)
EAPI void egueb_svg_element_video_pause (Egueb_Dom_Node *n)

Detailed Description

Image element inherits from \1.


Function Documentation

Sets the x coordinate of a video element

Parameters:
[in]nThe video element to set the x coordinate [Transfer none]
[in]xThe x coordinate to set [Transfer content]

Gets the x coordinate of a video element

Parameters:
[in]nThe video element to get the x coordinate [Transfer none]
[out]xThe pointer to store the x coordinate [Transfer content]

Sets the y coordinate of a video element

Parameters:
[in]nThe video element to set the y coordinate [Transfer none]
[in]yThe y coordinate to set [Transfer content]

Gets the y coordinate of a video element

Parameters:
[in]nThe video element to get the y coordinate [Transfer none]
[out]yThe pointer to store the y coordinate [Transfer content]

Sets the width of a video element

Parameters:
[in]nThe video element to set the width [Transfer none]
[in]widthThe width to set [Transfer content]

Gets the width of a video element

Parameters:
[in]nThe video element to get the width [Transfer none]
[out]widthThe pointer to store the width [Transfer content]

Sets the height of a video element

Parameters:
[in]nThe video element to set the height [Transfer none]
[in]heightThe height to set [Transfer content]

Gets the height of a video element

Parameters:
[in]nThe video element to get the height [Transfer none]
[out]heightThe pointer to store the height [Transfer content]
EAPI void egueb_svg_element_video_href_set_simple ( Egueb_Dom_Node n,
Egueb_Dom_String *  v 
)

Sets the href of a video element

Parameters:
[in]nThe video element to get the href [Transfer none]
[out]vThe href to set [Transfer full]

Gets the href of a video element

Parameters:
[in]nThe video element to get the href [Transfer none]
[out]vThe pointer to store the href [Transfer content]

Play the video element

Parameters:
[in]nThe video element to play

Pauses the video element

Parameters:
[in]nThe video element to pause
 All Data Structures