Advantech DVP-7410 Dokumentacja

Przeglądaj online lub pobierz Dokumentacja dla Karty graficzne Advantech DVP-7410. Advantech DVP-7410 Specifications Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 62
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 0
DVP-7410
1 Channel MPEG 1/2/4
Digital Video Decoder
Card
Przeglądanie stron 0
1 2 3 4 5 6 ... 61 62

Podsumowanie treści

Strona 1 - Digital Video Decoder

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

Strona 2

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

Strona 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

Strona 4

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

Strona 5 - General Information

Functions Library 2 CHAPTER

Strona 6

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

Strona 7 - Figure 1-1: Block Diagram

Adv_DVPAPI_PreviousTrack Adv_DVPAPI_CopyFrame Adv_DVPAPI_CaptureFrame Adv_DVPAPI_GetVolumeLevel Adv_DVPAPI_SetVolumeLevel Adv_DVPAPI_GetPictureContr

Strona 8 - Figure 1-2: Dimensions

Adv_DVPAPI_GetNavigationMode Adv_DVPAPI_SetNavigationMode Adv_DVPAPI_GetRepeatMode Adv_DVPAPI_SetRepeatMode GPIO Part : Adv_DVPAPI_SwitchTo7420 Adv

Strona 9

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

Strona 10

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

Strona 11

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

Strona 12

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

Strona 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

Strona 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

Strona 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

Strona 16

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

Strona 17

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

Strona 18

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

Strona 19

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

Strona 20

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

Strona 21

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

Strona 22

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

Strona 23

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

Strona 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

Strona 25

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

Strona 26

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

Strona 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

Strona 28

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

Strona 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

Strona 30

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

Strona 31

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

Strona 32

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

Strona 33

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

Strona 35

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

Strona 36

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

Strona 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

Strona 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

Strona 39

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

Strona 40

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

Strona 41

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

Strona 42

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

Strona 43

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

Strona 44

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

Strona 45

General Information 1CHAPTER

Strona 46

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

Strona 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

Strona 48

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

Strona 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

Strona 50

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

Strona 51

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

Strona 52

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

Strona 53

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

Strona 54

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

Strona 55

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

Strona 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

Strona 57

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

Strona 58

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

Strona 59

DVP-7410 User’s Manual 58

Strona 60

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

Strona 61

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

Strona 62

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

Komentarze do niniejszej Instrukcji

Brak uwag