#ifndef _DVSEND_FLAGS_H_ #define _DVSEND_FLAGS_H_ #define SEPARATED_AUDIO_STREAM 0x00000001 #define NO_VIDEO_STREAM 0x00000002 #define NO_AUDIO_STREAM 0x00000004 #define USE_RTCP 0x00000008 #define SHOW_PACKETLOSS 0x00000010 #define USE_IPV4_ONLY 0x00000020 #define USE_IPV6_ONLY 0x00000040 #endif /* _DVSEND_FLAGS_H_ */