WaveFormatExtensibleExtraBytes Property |
Gets or sets the extra bytes.
Namespace: StreamCoders.Adaptive.CommonAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public byte[] ExtraBytes { get; set; }
Public Property ExtraBytes As Byte()
Get
Set
public:
property array<unsigned char>^ ExtraBytes {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member ExtraBytes : byte[] with get, set
Property Value
Type:
Byte
The extra bytes.
See Also