odin_encoder_is_silent
Overview
Returns whether the encoder is currently processing silence. This reflects the internal silence detection state of the encoder, which updates as audio is processed. If the provided handle is invalid, the function returns true for safety.
Parameters
| Name | Type | Description |
|---|---|---|
encoder | struct OdinEncoder * | The encoder handle. |
Return Value
| Type | Description |
|---|---|
bool | true if silent or invalid, false otherwise. |