AudioSearchParams

Show Deprecated
not replicated

Instance to be passed to AssetService:SearchAudio() to search for audio assets.

Summary

Properties

Properties

Album

read parallel

Searches for audio which belongs to this album. Needs to be an exact match.

Artist

read parallel

Searches for audio which was created by this artist. Needs to be an exact match.

AudioSubType

read parallel

MaxDuration

read parallel

Searches for audio with a duration less than or equal to this value.

MinDuration

read parallel

Searches for audio with a duration greater than or equal to this value.

SearchKeyword

read parallel

Searches for audio relevant to this keyword.

read parallel

Searches for audio which has this tag. Needs to be an exact match.

Title

read parallel

Searches for audio with this title. Needs to be an exact match.

Methods

Events