Click or drag to resize

LiteFileGetAudio Method

Gets some of the leading audio data if it's available.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public byte[] GetAudio(
	int length
)

Parameters

length  Int32

[Missing <param name="length"/> documentation for "M:Orthogonal.NTagLite.LiteFile.GetAudio(System.Int32)"]

Return Value

Byte

[Missing <returns> documentation for "M:Orthogonal.NTagLite.LiteFile.GetAudio(System.Int32)"]

See Also