A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
maximizeVisible — Property, class com.brightcove.api.components.AdvertisingContext
Returns true if the maximize (ie: fullscreen) button should be visible, false if the control should be hidden.
media — Property, class com.brightcove.api.events.ContentEvent
Returns the media for which the event was broadcast.
media — Property, class com.brightcove.api.events.MediaEvent
Returns the video associated with the event.
media — Property, class com.brightcove.api.events.ShortenedLinkEvent
The media for which the link has been generated.
mediaBegin — Event, class com.brightcove.api.components.AudioPlayer
Dispatched when media playback first begins.
mediaBegin — Event, class com.brightcove.api.modules.VideoPlayerModule
Dispatched when media playback first begins.
mediaBufferBegin — Event, class com.brightcove.api.components.AudioPlayer
Dispatched when a buffering window begins for the current media, pausing playback.
mediaBufferBegin — Event, class com.brightcove.api.modules.VideoPlayerModule
Dispatched when a buffering window begins for the current media, pausing playback.
mediaBufferComplete — Event, class com.brightcove.api.components.AudioPlayer
Dispatched when media finishes a buffering window.
mediaBufferComplete — Event, class com.brightcove.api.modules.VideoPlayerModule
Dispatched when media finishes a buffering window.
mediaChange — Event, class com.brightcove.api.components.AudioPlayer
Dispatched when new media has been loaded or cued in the player.
mediaChange — Event, class com.brightcove.api.modules.VideoPlayerModule
Dispatched when new media has been loaded or cued in the player.
mediaCollection — Property, class com.brightcove.api.events.ContentEvent
Returns the media collection for which the event was broadcast.
MediaCollectionDTO — class, package com.brightcove.api.dtos
Represents a media collection in the player.
MediaCollectionDTO(media:Object) — Constructor, class com.brightcove.api.dtos.MediaCollectionDTO
Constructor.
mediaCollectionLoad — Event, class com.brightcove.api.modules.ContentModule
Dispatched when media is loaded through a call to getMediaCollectionAsynch().
MEDIA_COLLECTION_LOAD — Constant Static Property, class com.brightcove.api.events.ContentEvent
The ContentEvent.MEDIA_COLLECTION_LOAD constant defines the value of the type property of the event object for a mediaCollectionLoad event.
mediaComplete — Event, class com.brightcove.api.components.AudioPlayer
Dispatched when the current media completes.
mediaComplete — Event, class com.brightcove.api.modules.VideoPlayerModule
Dispatched when the current media completes.
MediaControls — class, package com.brightcove.api.components
The MediaControls UI component in the player.
MediaControls(element:Object) — Constructor, class com.brightcove.api.components.MediaControls
Constructor.
mediaCount — Property, class com.brightcove.api.dtos.MediaCollectionDTO
The total number of media items in the playlist.
MediaDTO — class, package com.brightcove.api.dtos
Represents a media in the player.
MediaDTO(media:Object) — Constructor, class com.brightcove.api.dtos.MediaDTO
Constructor.
mediaEdge — Event, class com.brightcove.api.modules.VideoPlayerModule
Dispatched when there is an onEdge event dispatched by the NetStream object.
mediaError — Event, class com.brightcove.api.components.AudioPlayer
Dispatched when there is an error in loading the media.
mediaError — Event, class com.brightcove.api.modules.VideoPlayerModule
Dispatched when there is an error connecting to or playing the current media.
MediaEvent — class, package com.brightcove.api.events
Events to be broadcast for media loading and playback.
MediaEvent(type:String, position:Number, duration:Number, media:com.brightcove.api.dtos:MediaDTO, rendition:com.brightcove.api.dtos:RenditionAssetDTO, code:String, data:Object) — Constructor, class com.brightcove.api.events.MediaEvent
Constructor.
mediaIds — Property, class com.brightcove.api.dtos.MediaCollectionDTO
Array of media IDs, representing each media item in the playlist.
mediaIsLive() — method, class com.brightcove.api.modules.VideoPlayerModule
Returns whether the current media loaded is live (true) or on demand (false).
mediaLoad — Event, class com.brightcove.api.modules.ContentModule
Dispatched when media is loaded through a call to getMediaAsynch().
MEDIA_LOAD — Constant Static Property, class com.brightcove.api.events.ContentEvent
The ContentEvent.MEDIA_LOAD constant defines the value of the type property of the event object for a mediaLoad event.
mediaMuteChange — Event, class com.brightcove.api.components.AudioPlayer
Dispatched when media's audio is muted or unmuted.
mediaMuteChange — Event, class com.brightcove.api.modules.VideoPlayerModule
Dispatched when media's audio is muted or unmuted.
mediaPlay — Event, class com.brightcove.api.components.AudioPlayer
Dispatched when media begins or resumes playback.
mediaPlay — Event, class com.brightcove.api.modules.VideoPlayerModule
Dispatched when media begins or resumes playback.
mediaProgress — Event, class com.brightcove.api.components.AudioPlayer
Dispatched as media is played back.
mediaProgress — Event, class com.brightcove.api.modules.VideoPlayerModule
Dispatched as media is played back.
mediaRenditionChangeComplete — Event, class com.brightcove.api.modules.VideoPlayerModule
Dispatched when the transition to a new rendition is completed.
mediaRenditionChangeRequest — Event, class com.brightcove.api.modules.VideoPlayerModule
Dispatched when a new rendition of the current media is requested.
mediaSeek — Event, class com.brightcove.api.components.AudioPlayer
Dispatched when media is sent to a new position.
mediaSeek — Event, class com.brightcove.api.modules.VideoPlayerModule
Dispatched when media is requested to be sent to a new position.
mediaSeekNotify — Event, class com.brightcove.api.modules.VideoPlayerModule
Dispatched when media has completed being sent to a new position.
mediaStop — Event, class com.brightcove.api.components.AudioPlayer
Dispatched when media is paused or stopped.
mediaStop — Event, class com.brightcove.api.modules.VideoPlayerModule
Dispatched when media is paused or stopped.
mediaVolumeChange — Event, class com.brightcove.api.components.AudioPlayer
Dispatched when the volume in the player is changed.
mediaVolumeChange — Event, class com.brightcove.api.modules.VideoPlayerModule
Dispatched when the volume in the player is changed.
MENU — Constant Static Property, class com.brightcove.api.APIModules
Key for MenuModule.
MenuEvent — class, package com.brightcove.api.events
Events specifically for the player menus.
MenuEvent(type:String, page:String, video:com.brightcove.api.dtos:VideoDTO) — Constructor, class com.brightcove.api.events.MenuEvent
Constructor.
MenuModule — class, package com.brightcove.api.modules
API class for handling menu interaction.
MenuModule(module:Object) — Constructor, class com.brightcove.api.modules.MenuModule
Constructor.
menuOptionsVisible — Property, class com.brightcove.api.components.AdvertisingContext
Returns true if the menu button should be visible, false if the control should be hidden.
menuPageClose — Event, class com.brightcove.api.modules.MenuModule
Dispatched when a menu page has been closed.
MENU_PAGE_CLOSE — Constant Static Property, class com.brightcove.api.events.MenuEvent
The MenuEvent.MENU_PAGE_CLOSE constant defines the value of the type property of the event object for a menuPageClose event.
menuPageOpen — Event, class com.brightcove.api.modules.MenuModule
Dispatched when a menu page has been opened.
MENU_PAGE_OPEN — Constant Static Property, class com.brightcove.api.events.MenuEvent
The MenuEvent.MENU_PAGE_OPEN constant defines the value of the type property of the event object for a menuPageOpen event.
menuVisible — Property, class com.brightcove.api.components.AdvertisingContext
Returns true if the menu button should be visible, false if the control should be hidden.
meridian — Property, class com.brightcove.api.dtos.BrightcoveDateDTO
metadata — Property, class com.brightcove.api.dtos.VideoCuePointDTO
Any additional metadata stored with the cuepoint.
milliseconds — Property, class com.brightcove.api.dtos.BrightcoveDateDTO
minutes — Property, class com.brightcove.api.dtos.BrightcoveDateDTO
MODIFIED_DATE — Constant Static Property, class com.brightcove.api.search.SortByType
module — Property, class com.brightcove.api.modules.APIModule
Returns the instance of the module that is wrapped by this instance.
ModuleIdentifier — class, package com.brightcove.api.dtos
The ModuleIndentifier class provides a way to identify custom modules that were loaded into the player.
ModuleIdentifier(identifer:Object) — Constructor, class com.brightcove.api.dtos.ModuleIdentifier
Constructor.
modulesLoaded — Event, class com.brightcove.api.BrightcoveModuleWrapper
Dispatched when player has loaded its API modules after a call to loadModules().
MODULES_LOADED — Constant Static Property, class com.brightcove.api.events.ExperienceEvent
The ExperienceEvent.MODULES_LOADED constant defines the value of the type property of the event object for a modulesLoaded event.
month — Property, class com.brightcove.api.dtos.BrightcoveDateDTO
MOST_VIEWED_VIDEOS — Constant Static Property, class com.brightcove.api.modules.MenuModule
move(x:Number, y:Number, global:Boolean) — method, class com.brightcove.api.components.Component
Sets the x,y coordinates of the component.
move(x:Number, y:Number, global:Boolean) — method, class com.brightcove.api.modules.VideoPlayerModule
Positions the element within the experience.
mute(mute:Boolean) — method, class com.brightcove.api.components.AudioPlayer
Mutes or unmutes the sound in the player.
mute(mute:Boolean) — method, class com.brightcove.api.modules.VideoPlayerModule
Mutes or unmutes the sound in the player.
MUTE_CHANGE — Constant Static Property, class com.brightcove.api.events.MediaEvent
The MediaEvent.MUTE_CHANGE constant defines the value of the type property of the event object for a mediaMuteChange event.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z