Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/core / / WireAudioContent
Interface: WireAudioContent
Defined in: packages/core/src/utils/binary-json.ts:67
Wire twin of AudioContent.
Stable
Extends
Omit<AudioContent,"audio">
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
audio | readonly | EncodedBinary | - | - | packages/core/src/utils/binary-json.ts:68 |
causalityChain? | readonly | readonly string[] | See TextContent.causalityChain. | AudioContent.causalityChain | packages/core/src/types/message.ts:63 |
mimeType? | readonly | string | - | AudioContent.mimeType | packages/core/src/types/message.ts:61 |
type | readonly | "audio" | - | AudioContent.type | packages/core/src/types/message.ts:59 |