Mp4RtpImmediateConstructorPad Property |
Gets or sets the padding. Padding size is 14-Count
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public byte[] Pad { get; set; }
Public Property Pad As Byte()
Get
Set
public:
property array<unsigned char>^ Pad {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Pad : byte[] with get, set
Property Value
Type:
Byte
The pad.
See Also