Interface IMediaPlayerCore
Shared Media Player SDK Core interface.
Inherited Members
Namespace: VisioForge.Core.MediaPlayer
Assembly: VisioForge.Core.dll
Syntax
public interface IMediaPlayerCore : IMPVCVECore
Methods
GetCore()
Gets core.
Declaration
MediaPlayerCore GetCore()
Returns
| Type | Description |
|---|---|
| MediaPlayerCore | The MediaPlayerCore. |
GetDVDControl()
Gets the DVD control.
Declaration
IDvdControl2 GetDVDControl()
Returns
| Type | Description |
|---|---|
| IDvdControl2 | IDvdControl2. |
GetDVDInfo()
Gets the DVD information.
Declaration
IDvdInfo2 GetDVDInfo()
Returns
| Type | Description |
|---|---|
| IDvdInfo2 | IDvdInfo2. |
GetSourceMode()
Gets the source mode.
Declaration
MediaPlayerSourceMode GetSourceMode()
Returns
| Type | Description |
|---|---|
| MediaPlayerSourceMode | MediaPlayerSourceMode. |