BitStreamWriterWriteLong Method |
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void WriteLong(
long value,
int bits
)
Public Sub WriteLong (
value As Long,
bits As Integer
)
public:
void WriteLong(
long long value,
int bits
)
member WriteLong :
value : int64 *
bits : int -> unit
Parameters
- value
- Type: SystemInt64
- bits
- Type: SystemInt32
See Also