VoipStreamPacketType

Namespace inet

VoipStreamPacketType

enum

For the type field of VoIPPacket

Source code

//
// For the type field of VoIPPacket
//
enum VoipStreamPacketType
{
    VOICE = 1;
    SILENCE = 2;
}

File: src/inet/applications/voipstream/VoipStreamPacket.msg