RtcpSourceDescriptionChunkNote Property |
The following semantics are suggested for this item, but these or other semantics MAY be
explicitly defined by a profile. The NOTE item is intended for transient messages
describing the current state of the source, e.g., "on the phone, can't talk". Or, during
a seminar, this item might be used to convey the title of the talk. It should be used
only to carry exceptional information and SHOULD NOT be included routinely by all
participants because this would slow down the rate at which reception reports and CNAME
are sent, thus impairing the performance of the protocol. In particular, it SHOULD NOT
be included as an item in a user's configuration file nor automatically generated as in a
quote-of-the-day.
Since the NOTE item may be important to display while it is active, the rate at which
other non-CNAME items such as NAME are transmitted might be reduced so that the NOTE item
can take that part of the RTCP bandwidth. When the transient message becomes inactive,
the NOTE item SHOULD continue to be transmitted a few times at the same repetition rate
but with a string of length zero to signal the receivers. However, receivers SHOULD also
consider the NOTE item inactive if it is not received for a small multiple of the
repetition rate, or perhaps 20-30 RTCP intervals.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public string Note { get; set; }
Public Property Note As String
Get
Set
public:
property String^ Note {
String^ get ();
void set (String^ value);
}
member Note : string with get, set
Property Value
Type:
String
The note.
See Also