MobileForms Toolkit Documentation

AudioDecoder.Position Property

Gets or sets position of decoder in miliseconds.

public int Position {get; set;}

Property Value

The postion in miliseconds.

Remarks

Position property gets or sets the position within the decoder in miliseconds. If you want to gets or sets the position within the decoder in bytes, use the GetPosition and SetPosition functions with false for parameter time.

See Also

AudioDecoder Class | Resco.Audio Namespace