38 lines
717 B
Markdown
38 lines
717 B
Markdown
|
---
|
||
|
title: documentAttributeVideo
|
||
|
description: documentAttributeVideo attributes, type and example
|
||
|
---
|
||
|
## Constructor: documentAttributeVideo\_23
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|duration|[int](../types/int.md) | Yes|
|
||
|
|w|[int](../types/int.md) | Yes|
|
||
|
|h|[int](../types/int.md) | Yes|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [DocumentAttribute](../types/DocumentAttribute.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$documentAttributeVideo_23 = ['_' => 'documentAttributeVideo', 'duration' => int, 'w' => int, 'h' => int, ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
documentAttributeVideo_23={_='documentAttributeVideo', duration=int, w=int, h=int, }
|
||
|
|
||
|
```
|
||
|
|
||
|
|