\Microsoft\Graph\ModelVideo

Video class

Summary

Methods
Properties
Constants
__construct()
getBitrate()
setBitrate()
getDuration()
setDuration()
getHeight()
setHeight()
getWidth()
setWidth()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_propDict
N/A

Properties

$_propDict

$_propDict : \Microsoft\Graph\Model\array(string

The array of properties available to the model

Type

\Microsoft\Graph\Model\array(string — => string)

Methods

__construct()

__construct(array  $propDict = array()) : null

Video constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

getBitrate()

getBitrate() : integer

Gets the bitrate

Returns

integer —

The bitrate

setBitrate()

setBitrate(integer  $val) : null

Sets the bitrate

Parameters

integer $val

The value of the bitrate

Returns

null

getDuration()

getDuration() : integer

Gets the duration

Returns

integer —

The duration

setDuration()

setDuration(integer  $val) : null

Sets the duration

Parameters

integer $val

The value of the duration

Returns

null

getHeight()

getHeight() : integer

Gets the height

Returns

integer —

The height

setHeight()

setHeight(integer  $val) : null

Sets the height

Parameters

integer $val

The value of the height

Returns

null

getWidth()

getWidth() : integer

Gets the width

Returns

integer —

The width

setWidth()

setWidth(integer  $val) : null

Sets the width

Parameters

integer $val

The value of the width

Returns

null