RtcpSourceDescriptionAddChunk Method |
Creates a new RTCPSDESChunk and adds it to the internal chunk list.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic RtcpSourceDescriptionChunk AddChunk()
Public Function AddChunk As RtcpSourceDescriptionChunk
public:
RtcpSourceDescriptionChunk^ AddChunk()
member AddChunk : unit -> RtcpSourceDescriptionChunk
Return Value
Type:
RtcpSourceDescriptionChunk
A new instance of
RTCPSDESChunk
See Also