RtpFrameCustomHeader Property |
Maintains a custom header to the beginning of a frame. It will be added by
GetAssembledFrame. This can be useful for automatically adding start-codes or meta
information.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public byte[] CustomHeader { get; set; }
Public Property CustomHeader As Byte()
Get
Set
public:
property array<unsigned char>^ CustomHeader {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member CustomHeader : byte[] with get, set
Property Value
Type:
ByteSee Also