H264TransformPackagePps Property |
If present, the PPS that was contained in the buffer.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic byte[] Pps { get; set; }
Public Property Pps As Byte()
Get
Set
public:
property array<unsigned char>^ Pps {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Pps : byte[] with get, set
Property Value
Type:
Byte
See Also