MP4StreamWriterWriteUShort Method |
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void WriteUShort(
ushort s
)
Public Sub WriteUShort (
s As UShort
)
public:
void WriteUShort(
unsigned short s
)
member WriteUShort :
s : uint16 -> unit
Parameters
- s
- Type: SystemUInt16
See Also