MP4StreamWriterWriteShort Method |
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void WriteShort(
short s
)
Public Sub WriteShort (
s As Short
)
public:
void WriteShort(
short s
)
member WriteShort :
s : int16 -> unit
Parameters
- s
- Type: SystemInt16
See Also