MP4StreamReaderGetSample Method |
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public byte[] GetSample(
long offset,
uint size
)
Public Function GetSample (
offset As Long,
size As UInteger
) As Byte()
public:
array<unsigned char>^ GetSample(
long long offset,
unsigned int size
)
member GetSample :
offset : int64 *
size : uint32 -> byte[]
Parameters
- offset
- Type: SystemInt64
- size
- Type: SystemUInt32
Return Value
Type:
ByteSee Also