Advantech DVP-7410 Specifications

Browse online or download Specifications for Graphics cards Advantech DVP-7410. Advantech DVP-7410 Specifications User Manual

  • Download
  • Add to my manuals
  • Print
  • Page
    / 62
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 0
DVP-7410
1 Channel MPEG 1/2/4
Digital Video Decoder
Card
Page view 0
1 2 3 4 5 6 ... 61 62

Summary of Contents

Page 1 - Digital Video Decoder

DVP-7410 1 Channel MPEG 1/2/4 Digital Video Decoder Card

Page 2

2. Click "Next" when you see the following message. 3. Click "Install" when you see the following Ready to Install the Program

Page 3 - Contents

4. Please read the following license agreement and select "I accept the terms in the license agreement" to next status. 5. When the foll

Page 4

6. Installing DVP-7410 SDK. 7. When the following message appears, click "Finish" to complete the installation and restart Windows.

Page 5 - General Information

Functions Library 2 CHAPTER

Page 6

Chapter 2 Functions Library 2.1 Summary Initialize Part : init_ADVSDK Global Settings Part : Adv_DVPAPI_SetS

Page 7 - Figure 1-1: Block Diagram

Adv_DVPAPI_PreviousTrack Adv_DVPAPI_CopyFrame Adv_DVPAPI_CaptureFrame Adv_DVPAPI_GetVolumeLevel Adv_DVPAPI_SetVolumeLevel Adv_DVPAPI_GetPictureContr

Page 8 - Figure 1-2: Dimensions

Adv_DVPAPI_GetNavigationMode Adv_DVPAPI_SetNavigationMode Adv_DVPAPI_GetRepeatMode Adv_DVPAPI_SetRepeatMode GPIO Part : Adv_DVPAPI_SwitchTo7420 Adv

Page 9

RM_DISPLAY_NS2000, RM_DISPLAY_NS2000_NO, RM_DISPLAY_V2000, RM_DISPLAY_V2000_NVP, RM_DISPLAY_GALAXY2, RM_DISPLAY_XCARD, RM_DISPLAY_XCARD_

Page 10

FILE_UNKNOWN_TYPE, FILE_MPEG_AUDIO, FILE_MPEG_VIDEO, FILE_MPEG_AUDIO_VIDEO, FILE_AC3, FILE_MP3, FILE_DVD_SOURCE, FILE_DIGITA

Page 11

MODE_PREVIEWING, MODE_TRICK_PLAY, MODE_STILL_MENU, MODE_WAIT_STOP, MODE_HW_SELECTED } PLAY_MODE, *LPPLAY_MODE; Description A typedef enumeration

Page 12

Copyright This documentation and the software included with this product are copyrighted 2004 by Advantech Co., Ltd. All rights are reserved. Advantec

Page 13 - CHAPTER

SEEK_TO_START : Seek to the beginning SEEK_TO_POSITION : Seek to a given time position PICTURE_CONTROL typedef enum { PCTL_BRIGHTNESS, PCTL_CO

Page 14 - Chapter 2 Functions Library

typedef enum { TV_OUT_OFF, TV_OUT_COMPOSITE, TV_OUT_COMPONENT_YUV, TV_OUT_COMPONENT_RGB, TV_OUT_RGB_SCART } TV_OUT_MODE, *LPTV_OUT_MODE; Descrip

Page 15

TV_NTSC : Display NTSC to TV TV_PAL : Display PAL to TV TV_PAL60 : Display PAL 60Hz to TV DISPLAY_MODE typedef enum { DISPLAY_VGA, DISPL

Page 16

Parameters AUDIO_OUTPUT_STEREO : Stereo output AUDIO_OUTPUT_LEFT_CHANNEL : Left channel outputted through both speakers or just left one AUDI

Page 17

REPEAT_OFF, REPEAT_LIST, REPEAT_CURRENT_FILE, REPEAT_CURRENT_DVD_CHAPTER = 0x10, REPEAT_CURRENT_DVD_TITLE } REPEAT_MODE, *LPREPEAT_MODE; Descri

Page 18

Description Sets the user defined parameters needed to receive the navigation notification messages Parameters hwndNotify [in] Handle to the windo

Page 19

STATUS_FILE_INITIALIZED HIWORD = FILE_TYPE LOWORD = VIDEO_STANDARD (if applicable) New media has been readied for playback. Some of the media charact

Page 20

Adv_DVPAPI_IsDriveAvailable Syntax HRESULT Adv_DVPAPI_IsDriveAvailable( DRIVE_ID Drive, LPBOOL lpAvailable) Description Retrieves the availability o

Page 21

Remark The maximum number of play list items is 500. Adv_DVPAPI_GetPlayList Syntax HRESULT Adv_DVPAPI_GetPlayList( LPBSTR List) Description Retri

Page 22

Return Value E_FAIL: Failure. S_OK: Success. E_INVALIDARG: Extensions argument is invalid or bItems > MAX_EXTENSIONS Remarks If no extensio

Page 23

Contents CHAPTER 1 GENERAL INFORMATION ... 1 1.1 HARDWARE REQUIREMENTS...

Page 24

Parameters List [out] Pointer to the retrieved array of wide character string (BSTR) list. Return Value E_FAIL: Failure. S_OK: Success. E_INVA

Page 25

Parameters wIndex [in] Play List index of path to be retrieved. lpPath [out] Retrieved wide character string (BSTR) path. Return Va

Page 26

Parameters This method has no parameters. Return Value S_OK: Success. E_FAIL: Failure. See Also Adv_DVPAPI_AddFileToPlayList Syntax HRESULT Ad

Page 27

Return Value E_FAIL: Failure. S_OK: Success. E_INVALIDARG: pwItems argument is invalid. Remarks The maximum number of files that can be contain

Page 28

Adv_DVPAPI_GetDisplayCategory Syntax HRESULT Adv_DVPAPI_GetDisplayCategory( LPDISPLAY_CATEGORY lpDisplayCategory) Description Provides the display

Page 29

Only MEDIA_FORMAT_UNKNOWN or MEDIA_FORMAT_DATA formats require lists to be given to the Navigator Control. The list must be given prior to attempting

Page 30

HRESULT Adv_DVPAPI_IsControllerInit( LPBOOL lpInitialized) Description Returns a flag indicating if the Navigator control, interface is in initializ

Page 31

Sets a window to receive forwarded video window input messages. Parameters hwndReceiver [in] Handle of the window to forward input messages received

Page 32

Adv_DVPAPI_GetFileType Syntax HRESULT Adv_DVPAPI_GetFileType( LPFILE_TYPE lpfType) Description Retrieves video / audio and or format of the curren

Page 33

HRESULT Adv_DVPAPI_GetPlaybackMode( LPPLAY_MODE lpMode) Description Retrieves the current playback mode (Playing, Paused, Stopped, etc.) . Parameter

Page 35

Adv_DVPAPI_Pause Syntax HRESULT Adv_DVPAPI_Pause(void) Description Pauses playback. Parameters This function has no parameters Return Value E_FAI

Page 36

Adv_DVPAPI_Seek Syntax HRESULT Adv_DVPAPI_Seek( NAV_SEEK_MODE Mode, UINT uSecs) Description Changes the playback position. Parameters Mode [in] NAV

Page 37

Remarks If the Navigation Mode is set to NAVIGATION_MODE_LIST, this method moves the playback list index forward without the interface having to be i

Page 38

Description Copies the contents of the video buffer to the Window’s Clipboard in 24 bit bitmap format. Parameters This function has no parameters. R

Page 39

LPDWORD lpdwLevel) Description Retrieves the current audio volume level. Parameters lpdwLevel [out] Pointer to the currently set volume level. Th

Page 40

Parameters picCtl [in] Picture control to be modified. lpdwValue [out] Picture control value. The valid range for these controls is fr

Page 41

Syntax HRESULT Adv_DVPAPI_GetVideoKeyColor( LPCOLORREF lpColor) Description Retrieves current video key color. Parameters Lpcref [out] Pointer to t

Page 42

Description Retrieves the length of the currently loaded media in milliseconds. Parameters lpdwLength [out] Pointer to currently loaded file length i

Page 43

hwnd [out] Returned video handle. Return Value E_FAIL: Failure. S_OK: Success. E_ACCESSDENIED : This interface is not initi

Page 44

HRESULT Adv_DVPAPI_GetFileInfo( BSTR lpPath, LPWORD lpwFile_no, LPWORD lpwFiles) Description Retrieves name and position (relative to the current

Page 45

General Information 1CHAPTER

Page 46

S_OK: Success. E_ACCESSDENIED : This interface is not initialized. E_INVALIDARG : lprPosition argument is invalid. Adv_DVPAPI_GetTVOutput Syntax H

Page 47

Syntax HRESULT Adv_DVPAPI_SetTVScale( BOOL bScaled) Description Sets whether or not the TV standard conversion is to use scaling. This API is used

Page 48

Return Value E_FAIL: Failure. S_OK: Success. E_ACCESSDENIED : This interface is not initialized. Adv_DVPAPI_GetDisplayMode Syntax HRESULT Adv_D

Page 49

Remarks TV display has to be already enabled in order to set it to a particular standard/scale mode. So for instance, to set the TV display to PAL fro

Page 50

Return Value E_FAIL: Failure. S_OK: Success. E_ACCESSDENIED : This interface is not initialized. Remarks Adv_DVPAPI_SetDisplayMode needs to be ca

Page 51

S_OK: Success. E_ACCESSDENIED : This interface is not initialized. Remarks Adv_DVPAPI_SetDisplayMode needs to be called using DISPLAY_HDTV_SUBD for

Page 52

LONG Left, LONG Top, LONG Width, LONG Height) Description Sets video's destination rectangle within the display device. Mostly used to co

Page 53

Adv_DVPAPI_SetAudioOutputMode Syntax HRESULT Adv_DVPAPI_SetAudioOutputMode( AUDIO_OUTPUT_MODE Mode) Description Sets the audio mode to stereo, left

Page 54

E_NOTIMPL: Method is not supported. E_INVALIDARG : lpType argument is invalid. Adv_DVPAPI_SetAudioOutputType Syntax HRESULT Adv_DVPAPI_SetAudioOutp

Page 55

Syntax HRESULT Adv_DVPAPI_SetNavigationMode( NAVIGATION_MODE Mode) Description Sets Navigation mode to either List (Normal) or Random. Parameters Mo

Page 56

Chapter 1 General Information The DVP-7410 is a single-chip audio/video decoder that supports SVCD, VCD1.x, XCD 2.0, CD-DA, and CD-ROM media formats

Page 57

Syntax HRESULT Adv_DVPAPI_SetRepeatMode( REPEAT_MODE Mode) Description Sets the current playback repeat mode. Supported modes configure the Navigato

Page 58

Description Audio mute switch. Parameters m_switch [in] Audio mute switch. TRUE : Mute, FALSE : Sound. Default is FALSE. Return

Page 59

DVP-7410 User’s Manual 58

Page 60

1.3 Block Diagram Figure 1-1: Block Diagram 1.4 GPIO Pin Definition Table 1-1: GPIO Pin Definiti

Page 61

1.5 Dimensions Figure 1-2: Dimensions 1.6 Hardware Installation Turn off your computer and u

Page 62

1.7 Software / Driver Installation Before you begin To facilitate the installation of the enhanced display dev

Comments to this Manuals

No comments