Changeset 6067:53fec3e5f6cf in roaraudio for include/roaraudio/client.h


Ignore:
Timestamp:
01/02/15 16:22:23 (9 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated copyright headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/client.h

    r6056 r6067  
    6161#define ROAR_PROTO_RPLD            25 /* RoarAudio Playlist Daemon Protocol */ 
    6262#define ROAR_PROTO_MPD             26 /* Music Player Daemon */ 
    63 #define ROAR_PROTO_RTP             27 /* Real-time Transport Protocol */ 
    64 #define ROAR_PROTO_RTCP            28 /* RealTime Control Protocol */ 
    65 #define ROAR_PROTO_RTSP            29 /* Real-Time Streaming Protocol */ 
    66 #define ROAR_PROTO_SIP             30 /* Session Initiation Protocol */ 
    67  
    68 /* Dynamic defined protocols. 
    69  * Those IDs MUST NOT be used on wire, stored on disk or 
    70  * leave the process any other way. 
    71  */ 
    72 #define ROAR_PROTO_DYNAMIC0       208 
    73 #define ROAR_PROTO_DYNAMIC1       209 
    74 #define ROAR_PROTO_DYNAMIC2       210 
    75 #define ROAR_PROTO_DYNAMIC3       211 
    76 #define ROAR_PROTO_DYNAMIC4       212 
    77 #define ROAR_PROTO_DYNAMIC5       213 
    78 #define ROAR_PROTO_DYNAMIC6       214 
    79 #define ROAR_PROTO_DYNAMIC7       215 
    80 #define ROAR_PROTO_DYNAMIC8       216 
    81 #define ROAR_PROTO_DYNAMIC9       217 
    82 #define ROAR_PROTO_DYNAMIC10      218 
    83 #define ROAR_PROTO_DYNAMIC11      219 
    84 #define ROAR_PROTO_DYNAMIC12      220 
    85 #define ROAR_PROTO_DYNAMIC13      221 
    86 #define ROAR_PROTO_DYNAMIC14      222 
    87 #define ROAR_PROTO_DYNAMIC15      223 
    88  
    89 /* User defined protocols. 
    90  * IDs may be used on wire or stored on disk if meaning of them 
    91  * was agreed on before. This could e.g. be done using the CAPS command. 
    92  */ 
    93 #define ROAR_PROTO_USER0          224 
    94 #define ROAR_PROTO_USER1          225 
    95 #define ROAR_PROTO_USER2          226 
    96 #define ROAR_PROTO_USER3          227 
    97 #define ROAR_PROTO_USER4          228 
    98 #define ROAR_PROTO_USER5          229 
    99 #define ROAR_PROTO_USER6          230 
    100 #define ROAR_PROTO_USER7          231 
    101 #define ROAR_PROTO_USER8          232 
    102 #define ROAR_PROTO_USER9          233 
    103 #define ROAR_PROTO_USER10         234 
    104 #define ROAR_PROTO_USER11         235 
    105 #define ROAR_PROTO_USER12         236 
    106 #define ROAR_PROTO_USER13         237 
    107 #define ROAR_PROTO_USER14         238 
    108 #define ROAR_PROTO_USER15         239 
    109  
    11063 
    11164#define ROAR_BYTEORDER_UNKNOWN      0x00 
Note: See TracChangeset for help on using the changeset viewer.