BitStreamWriterWriteShort Method |
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void WriteShort(
short value,
int bits
)
Public Sub WriteShort (
value As Short,
bits As Integer
)
public:
void WriteShort(
short value,
int bits
)
member WriteShort :
value : int16 *
bits : int -> unit
Parameters
- value
- Type: SystemInt16
- bits
- Type: SystemInt32
See Also