RtpHeaderExtensionExtensions Property |
An array containing 32-bit word extensions.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic uint[] Extensions { get; set; }
Public Property Extensions As UInteger()
Get
Set
public:
property array<unsigned int>^ Extensions {
array<unsigned int>^ get ();
void set (array<unsigned int>^ value);
}
member Extensions : uint32[] with get, set
Property Value
Type:
UInt32
Array containing the extensions.
See Also