samp_sdi_exp.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:2k
源码类别:

DVD

开发平台:

Others

  1. #ifndef SAMP_SDI_EXP_H
  2. #define SAMP_SDI_EXP_H
  3. extern SAMP(ErrCode) SAMP_EXP(SDI_SetAvailableCharSets)( SAMP(UInt8) nrOfCharSets, SAMP(UInt8) *pCharSetList );
  4. extern SAMP(ErrCode) SAMP_EXP(SDI_SetLanguagePreference)( SAMP(UInt8) nrOfLanguages, SAMP(SDI_LanguageCodeDef) *pLanguageCodes );
  5. extern SAMP(ErrCode) SAMP_EXP(SDI_GetAlbumInfo)( SAMP(SDI_Album_Info) *pAlbumInfo );
  6. extern SAMP(ErrCode) SAMP_EXP(SDI_GetAlbumText)( SAMP(SDI_AlbumTextField) field, SAMP(SDI_TextChannelType) type, SAMP(UInt32) bufferSize, void *pAlbumText, SAMP(UInt8) *pCharSet, SAMP(SDI_LanguageCodeDef) *pLanguage );
  7. extern SAMP(ErrCode) SAMP_EXP(SDI_GetDiscInfo)( SAMP(SDI_Disc_Info) *pDiscInfo );
  8. extern SAMP(ErrCode) SAMP_EXP(SDI_GetDiscText)( SAMP(SDI_DiscTextField) field, SAMP(SDI_TextChannelType) type, SAMP(UInt32) bufferSize, void *pDiscText, SAMP(UInt8) *pCharSet, SAMP(SDI_LanguageCodeDef) *pLanguage );
  9. extern SAMP(ErrCode) SAMP_EXP(SDI_GetAreaText)( SAMP(SACD_Area) area, SAMP(SDI_AreaTextField) field, SAMP(SDI_TextChannelType) type, SAMP(UInt32) bufferSize, void *pAreaText, SAMP(UInt8) *pCharSet, SAMP(SDI_LanguageCodeDef) *pLanguage );
  10. extern SAMP(ErrCode) SAMP_EXP(SDI_GetTrackInfo)( SAMP(SACD_Area) area, SAMP(UInt8) trackNr, SAMP(SDI_Track_Info) *pTrackInfo );
  11. extern SAMP(ErrCode) SAMP_EXP(SDI_GetTrackText)( SAMP(SACD_Area) area, SAMP(UInt8) trackNr, SAMP(SDI_TrackTextField) field, SAMP(SDI_TextChannelType) type, SAMP(UInt32) bufferSize, void *pTrackText, SAMP(UInt8) *pCharSet, SAMP(SDI_LanguageCodeDef) *pLanguage );
  12. extern SAMP(ErrCode) SAMP_EXP(SDI_GetNumberOfIndices)( SAMP(SACD_Area) area, SAMP(UInt8) track, SAMP(UInt8) *pNrOfIndices );
  13. extern SAMP(ErrCode) SAMP_EXP(SDI_GetDTCP_Info)(SAMP(UInt32) offset, SAMP(UInt32) size, void *pBuffer);
  14. extern SAMP(ErrCode) SAMP_EXP(SDI_GetSpecVersion)( SAMP(SDI_Spec_Version) *pSpecVersion );
  15. extern SAMP(ErrCode) SAMP_EXP(SDI_GetAreaData)(SAMP(SACD_Area) area, SAMP(SDI_Area_Data) *pAreaData );
  16. #endif //SAMP_SDI_EXP_H