Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: rtp.h

Enum TRtpOneShotness

TRtpOneShotness

Description

Indicates whether a callback function can be called once, or more than once.

The appropriate enum value is passed as an argument to the RegisterEventCallbackL() functions of RRtpSession, RRtpSendSource, and RRtpReceiveSource, or to the equivalent static functions.

See also:

ERtpNotOneShot

Indicates that the call back function can be called more than once.

ERtpOneShot

Indicates that the call back function is only called once.