Update of /cvsroot/playerstage/code/player/libplayercore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21185/libplayercore

Modified Files:
        player.h 
Log Message:
patch for audio changes from Geoff applied


Index: player.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/player.h,v
retrieving revision 1.123
retrieving revision 1.124
diff -C2 -d -r1.123 -r1.124
*** player.h    21 Nov 2006 02:12:34 -0000      1.123
--- player.h    11 Feb 2007 07:41:24 -0000      1.124
***************
*** 1097,1110 ****
  /** @brief Player audio sample selection
  
! Describes a pre-stored audio sample, use -1 for the index when recording
! if you wish the next available slot to be used
  
  */
  typedef struct player_audio_sample_item
  {
!   /** index to store it at or record to (-1 for next available where valid) */
    int32_t index;
  } player_audio_sample_item_t;
  
  /** @brief Player audio driver state
  
--- 1097,1123 ----
  /** @brief Player audio sample selection
  
! Describes a pre-stored audio sample index
  
  */
  typedef struct player_audio_sample_item
  {
!   /** index of the sample */
    int32_t index;
  } player_audio_sample_item_t;
  
+ /** @brief Player audio sample record request
+ 
+ Request to record a sample and store it locally.
+ 
+ */
+ typedef struct player_audio_sample_rec_req
+ {
+   /** Index to store at (-1 for next available). Ack will contain actual index
+   stored at. */
+   int32_t index;
+   /** Length of sample to record in ms. */
+   uint32_t length;
+ } player_audio_sample_rec_req_t;
+ 
  /** @brief Player audio driver state
  
***************
*** 1674,1678 ****
  /** @brief Request: Set the auto-illumination option on/off.
  
! Send a @ref PLAYER_CAMERA_REQ_SET_AUTOILLUMINATION request to turn the 
  auto-illumination option on/off. Null response. */
  typedef struct player_camera_autoillumination_config
--- 1687,1691 ----
  /** @brief Request: Set the auto-illumination option on/off.
  
! Send a @ref PLAYER_CAMERA_REQ_SET_AUTOILLUMINATION request to turn the
  auto-illumination option on/off. Null response. */
  typedef struct player_camera_autoillumination_config
***************
*** 1684,1697 ****
  /** @brief Request/reply: Set/Get the modulation frequency.
  
! The modulation frequency can be set using the @ref 
  PLAYER_CAMERA_REQ_SET_MODULATION_FREQ request (response will be null), and 
queried
  using a null @ref PLAYER_CAMERA_REQ_GET_MODULATION_FREQ request. */
  typedef struct player_camera_modulation_freq_config
  {
!     /** Modulation frequency setting. Note: The SwissRanger SR3000 employs 
the 
!        following values: 
!       40MHz  -> 3.75 m, 
!       30MHz  -> 5.0  m, 
!       21MHz  -> 7.1  m, 
        20MHz  -> 7.5  m,
        19MHz  -> 7.9  m,
--- 1697,1710 ----
  /** @brief Request/reply: Set/Get the modulation frequency.
  
! The modulation frequency can be set using the @ref
  PLAYER_CAMERA_REQ_SET_MODULATION_FREQ request (response will be null), and 
queried
  using a null @ref PLAYER_CAMERA_REQ_GET_MODULATION_FREQ request. */
  typedef struct player_camera_modulation_freq_config
  {
!     /** Modulation frequency setting. Note: The SwissRanger SR3000 employs the
!        following values:
!       40MHz  -> 3.75 m,
!       30MHz  -> 5.0  m,
!       21MHz  -> 7.1  m,
        20MHz  -> 7.5  m,
        19MHz  -> 7.9  m,
***************
*** 4349,4353 ****
  #define PLAYER_PTZ_REQ_GEOM            4
  /** Request/reply subtype: status */
! #define PLAYER_PTZ_REQ_STATUS      5 
  
  /** Data subtype: state */
--- 4362,4366 ----
  #define PLAYER_PTZ_REQ_GEOM            4
  /** Request/reply subtype: status */
! #define PLAYER_PTZ_REQ_STATUS      5
  
  /** Data subtype: state */


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to