Click or drag to resize
AudioVideoParameters Class
Class providing audio/video parameters.
Inheritance Hierarchy
SystemObject
  CMS.Base.Web.UIAudioVideoParameters

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class AudioVideoParameters

The AudioVideoParameters type exposes the following members.

Constructors
  NameDescription
Public methodAudioVideoParameters
Top
Properties
  NameDescription
Public propertyAutoPlay
Indicates if media should be played automatically.
Public propertyControls
Indicates if controls should be displayed.
Public propertyEditorClientID
Client id of editor for inserting content.
Public propertyExtension
Media extension.
Public propertyHeight
Player height.
Public propertyLoop
Loop media after playback ends.
Public propertySiteName
Site name for which the video is rendered
Public propertyUrl
Media source url.
Public propertyWidth
Player width.
Top
See Also