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