Click or drag to resize
EbmlReaderGetRelativePositionTo Method
Gets a relative position to an arbitrary file offset.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public long GetRelativePositionTo(
	long offset
)

Parameters

offset
Type: SystemInt64
The offset.

Return Value

Type: Int64
The relative position.
See Also