Version

menu_open
Wwise SDK 2023.1.3
Querying the Streamed Media at a point in time.

Queries the active Streamed Media in the current capture session at the latest capture time.

Function URI

ak.wwise.core.profiler.getStreamedMedia

Arguments

{
"time": "capture"
}

Result

{
"return": [
{
"active": true,
"bandwidthLowLevel": 235177,
"bandwidthTotal": 235177,
"bufferStatusBuffered": 92.05678,
"deviceName": "Win32 Deferred",
"estimatedThroughput": 192000,
"filePosition": 34.843780517578125,
"fileSize": 2304044,
"priority": 50,
"referencedMemory": 65536,
"streamName": "1517878592",
"targetBufferSize": 38400
},
{
"active": true,
"bandwidthLowLevel": 235177,
"bandwidthTotal": 235177,
"bufferStatusBuffered": 100.0,
"deviceName": "Win32 Deferred",
"estimatedThroughput": 192000,
"filePosition": 12.670619010925293,
"fileSize": 6336044,
"priority": 50,
"referencedMemory": 65536,
"streamName": "1517868960",
"targetBufferSize": 38400
}
]
}

Refer to Using the Wwise Authoring API (WAAPI) for more information about Wwise Authoring API.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise