EbmlReaderReadBytes Method |
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic byte[] ReadBytes(
long count
)
Public Function ReadBytes (
count As Long
) As Byte()
public:
array<unsigned char>^ ReadBytes(
long long count
)
member ReadBytes :
count : int64 -> byte[]
Parameters
- count
- Type: SystemInt64
Return Value
Type:
Byte
See Also