Path: blob/main/files/en-us/web/api/audiotrack/sourcebuffer/index.md
6514 views
------{{APIRef("HTML DOM")}}
The read-only {{domxref("AudioTrack")}} property sourceBuffer returns the {{domxref("SourceBuffer")}} that created the track, or null if the track was not created by a {{domxref("SourceBuffer")}} or the {{domxref("SourceBuffer")}} has been removed from the {{domxref("MediaSource.sourceBuffers")}} attribute of its parent media source.
Value
A {{domxref("SourceBuffer")}} or null.
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}