Click or drag to resize
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.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public byte[] CustomHeader { get; set; }

Property Value

Type: Byte
See Also