MP4StreamWriterFillBytes Method |
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void FillBytes(
int count,
byte val
)
Public Sub FillBytes (
count As Integer,
val As Byte
)
public:
void FillBytes(
int count,
unsigned char val
)
member FillBytes :
count : int *
val : byte -> unit
Parameters
- count
- Type: SystemInt32
- val
- Type: SystemByte
See Also