
C# | Visual Basic | Visual C++ |
public static List<RTPPacket> GetRtpPackets( this VoIPMediaData data )
<ExtensionAttribute> Public Shared Function GetRtpPackets ( data As VoIPMediaData ) As List(Of RTPPacket)
public: [ExtensionAttribute] static List<RTPPacket^>^ GetRtpPackets( VoIPMediaData^ data )

- data (VoIPMediaData)


In Visual Basic and C#, you can call this method as an instance method on any object of type VoIPMediaData. When you use instance method syntax to call this method, omit the first parameter.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649