Click or drag to resize
AVCDecoderConfigurationRecordAddPps Method (Byte)
Adds PPS to avcC. Duplicate entries will be not be added.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void AddPps(
	byte[] newpps
)

Parameters

newpps
Type: SystemByte
New PPS to add.
See Also