Skip to content

Commit

Permalink
refs #1329
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Nov 2, 2023
1 parent f8eae3a commit b223002
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/Net/NetStream.swift
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,11 @@ open class NetStream: NSObject {
return mixer.audioIO.inputFormat
}

/// The isRecording value that indicates whether the recorder is recording.
public var isRecording: Bool {
return mixer.recorder.isRunning.value
}

/// Specifies the controls sound.
public var soundTransform: SoundTransform {
get {
Expand Down

0 comments on commit b223002

Please sign in to comment.