class OBS::WebSocket::Protocol::Responses::GetFilenameFormatting
@see Requests::GetFilenameFormatting
@see github.com/Palakis/obs-websocket/blob/4.9.1/docs/generated/protocol.md#getfilenameformatting
Public Instance Methods
filename_formatting()
click to toggle source
@!attribute [r] filename_formatting
@return [String] filename-formatting
field
# File lib/obs/websocket/protocol.rb, line 3475 def filename_formatting; get_field("filename-formatting", Types::String); end