MP4StreamWriterFillUShort Method |
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void FillUShort(
int count,
ushort val
)
Public Sub FillUShort (
count As Integer,
val As UShort
)
public:
void FillUShort(
int count,
unsigned short val
)
member FillUShort :
count : int *
val : uint16 -> unit
Parameters
- count
- Type: SystemInt32
- val
- Type: SystemUInt16
See Also