ControlAddIn VideoPlayer
Namespace: System.Media
MSN video player
Methods
SetFrameAttribute
Used to set the attribute to control how video is played
procedure SetFrameAttribute(AttributeName: Text, AttributeValue: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| AttributeName | Text |
The name of the attribute |
| AttributeValue | Text |
Value of the attribute |
RemoveAttribute
Removes specified attribute
procedure RemoveAttribute(AttributeName: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| AttributeName | Text |
The name of the attribute |
SetWidth
Set prefered video width
procedure SetWidth(VideoWidth: Integer)
Parameters
| Name | Type | Description |
|---|---|---|
| VideoWidth | Integer |
Width of the video |
SetHeight
Set Video Height
procedure SetHeight(VideoHeight: Integer)
Parameters
| Name | Type | Description |
|---|---|---|
| VideoHeight | Integer |