youtube
v3
|
#include <invideo_position.h>
Public Member Functions | |
InvideoPosition (const Json::Value &storage) | |
InvideoPosition (Json::Value *storage) | |
virtual | ~InvideoPosition () |
const StringPiece | GetTypeName () const |
bool | has_corner_position () const |
void | clear_corner_position () |
const StringPiece | get_corner_position () const |
void | set_corner_position (const StringPiece &value) |
bool | has_type () const |
void | clear_type () |
const StringPiece | get_type () const |
void | set_type (const StringPiece &value) |
Static Public Member Functions | |
static InvideoPosition * | New () |
Describes the spatial position of a visual widget inside a video. It is a union of various position types, out of which only will be set one.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'cornerPosition
' attribute.
|
inline |
Clears the 'type
' attribute.
|
inline |
Get the value of the 'cornerPosition
' attribute.
|
inline |
Get the value of the 'type
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'cornerPosition
' attribute was set.
cornerPosition
' attribute was set.
|
inline |
Determine if the 'type
' attribute was set.
type
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'cornerPosition
' attribute.
Describes in which corner of the video the visual widget will appear.
[in] | value | The new value. |
|
inline |
Change the 'type
' attribute.
Defines the position type.
[in] | value | The new value. |