net.minecraft.client.twitch

public class BroadcastController

bqj
net.minecraft.class_1919
net.minecraft.client.twitch.BroadcastController
net.minecraft.client.stream.BroadcastController

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
D
field_8232
LOGGER
logger
protected final int
a
field_8236
f_69207050
field_152865_a
protected final int
b
field_8237
f_08008719
field_152866_b
private static final ThreadSafeBuffer<String>
E
field_8233
ERRORS
field_152862_C
private String
F
field_8234
f_84390501
lastError
protected BroadcastController$Listener
c
field_8238
listener
broadcastListener
protected String
d
field_8239
f_24665713
field_152868_d
protected String
e
field_8240
f_70390053
field_152869_e
protected String
f
field_8241
f_80839554
field_152870_f
protected boolean
g
field_8242
f_27457718
field_152871_g
protected tv.twitch.Core
h
field_8243
core
streamCore
protected tv.twitch.broadcast.Stream
i
field_8244
stream
theStream
protected List<tv.twitch.broadcast.FrameBuffer>
j
field_8245
captureBuffers
field_152874_j
protected List<tv.twitch.broadcast.FrameBuffer>
k
field_8246
freeBuffers
field_152875_k
protected boolean
l
field_8247
authenticated
field_152876_l
protected boolean
m
field_8248
loggedIn
field_152877_m
protected boolean
n
field_8249
f_54882679
field_152878_n
protected BroadcastController$State
o
field_8250
status
broadcastState
protected String
p
field_8251
username
field_152880_p
protected tv.twitch.broadcast.VideoParams
q
field_8252
videoParams
videoParamaters
protected tv.twitch.broadcast.AudioParams
r
field_8253
audioParams
audioParamaters
protected tv.twitch.broadcast.IngestList
s
field_8254
servers
ingestList
protected tv.twitch.broadcast.IngestServer
t
field_8255
defaultServer
ingestServ
protected tv.twitch.AuthToken
u
field_8256
token
authenticationToken
protected tv.twitch.broadcast.ChannelInfo
v
field_8257
channelInfo
channelInfo
protected tv.twitch.broadcast.UserInfo
w
field_8258
userInfo
userInfo
protected tv.twitch.broadcast.StreamInfo
x
field_8259
streamInfo
streamInfo
protected tv.twitch.broadcast.ArchivingState
y
field_8260
archivingState
archivingState
protected long
z
field_8261
f_76356195
field_152890_z
protected IngestTester
A
field_8231
ingestTester
ingestServTester
private tv.twitch.ErrorCode
G
field_8235
initializationError
errorCode
protected tv.twitch.broadcast.IStreamCallbacks
B
field_11346
f_78309460
streamCallback
protected tv.twitch.broadcast.IStatCallbacks
C
field_11347
f_32741957
field_177949_C

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(bqj$b arg0)
method_7162(class_1919$class_1922 arg0)
setListener(BroadcastController$Listener listener)
setBroadcastListener(BroadcastController$BroadcastListener broadcastListenerIn)
public boolean
b()
method_7171()
isAuthenticated()
func_152858_b()
public void
a(String arg0)
method_7163(String arg0)
m_71163364(String arg0)
func_152842_a(String arg0)
public tv.twitch.broadcast.StreamInfo
j()
method_7176()
getStreamInfo()
getStreamInfo()
public tv.twitch.broadcast.ChannelInfo
l()
method_7177()
getChannelInfo()
getChannelInfo()
public boolean
m()
method_7178()
isBroadcasting()
isBroadcasting()
public boolean
n()
method_7179()
isReadyToBroadcast()
isReadyToBroadcast()
public boolean
o()
method_7180()
isIngestTesting()
isIngestTesting()
public boolean
p()
method_7181()
isPaused()
isBroadcastPaused()
public boolean
q()
method_7182()
isLoggedIn()
func_152849_q()
public tv.twitch.broadcast.IngestServer
s()
method_7183()
getDefaultServer()
getIngestServer()
public void
a(tv.twitch.broadcast.IngestServer arg0)
method_7169(tv.twitch.broadcast.IngestServer arg0)
setDefaultServer(tv.twitch.broadcast.IngestServer server)
setIngestServer(tv.twitch.broadcast.IngestServer ingestServerSet)
public tv.twitch.broadcast.IngestList
t()
method_7184()
getServers()
getIngestList()
public void
a(float arg0)
method_7159(float arg0)
setRecorderVolume(float volume)
setRecordingDeviceVolume(float volume)
public void
b(float arg0)
method_7172(float arg0)
setPlaybackVolume(float volume)
setPlaybackDeviceVolume(float volume)
public IngestTester
w()
method_7185()
getIngestTester()
isReady()
public long
x()
method_7186()
getStreamTime()
getStreamTime()
protected boolean
y()
method_7187()
m_72987458()
func_152848_y()
public tv.twitch.ErrorCode
A()
method_7158()
getInitializationError()
getErrorCode()
protected tv.twitch.broadcast.PixelFormat
B()
method_7188()
getPixelFormat()
getPixelFormat()
public boolean
C()
method_7145()
m_92086586()
func_152817_A()
public boolean
D()
method_7146()
m_31266866()
func_152851_B()
public void
E()
method_10435()
shutdown()
statCallback()
public boolean
a(String arg0, tv.twitch.AuthToken arg1)
method_7166(String arg0, tv.twitch.AuthToken arg1)
authenticate(String username, tv.twitch.AuthToken token)
func_152818_a(String arg0, tv.twitch.AuthToken arg1)
public boolean
F()
method_7147()
init()
func_152845_C()
public boolean
a(String arg0, String arg1, String arg2)
method_7165(String arg0, String arg1, String arg2)
setStreamInfo(String arg0, String arg1, String arg2)
func_152828_a(String arg0, String arg1, String arg2)
public boolean
G()
method_7148()
runCommercial()
requestCommercial()
public tv.twitch.broadcast.VideoParams
a(int arg0, int arg1, float arg2, float arg3)
method_7160(int arg0, int arg1, float arg2, float arg3)
getVideoParams(int maxKbps, int targetFps, float bytesPerPixel, float aspectRatio)
func_152834_a(int maxKbps, int arg1, float arg2, float arg3)
public boolean
a(tv.twitch.broadcast.VideoParams arg0)
method_7170(tv.twitch.broadcast.VideoParams arg0)
start(tv.twitch.broadcast.VideoParams videoParams)
func_152836_a(tv.twitch.broadcast.VideoParams arg0)
public boolean
H()
method_7149()
stop()
stopBroadcasting()
public boolean
I()
method_7150()
pause()
func_152847_F()
public boolean
J()
method_7151()
resume()
func_152854_G()
public boolean
a(String arg0, long arg1, String arg2, String arg3)
method_7164(String arg0, long arg1, String arg2, String arg3)
sendActionMetadata(String name, long time, String description, String metadata)
func_152840_a(String arg0, long arg1, String arg2, String arg3)
public long
b(String arg0, long arg1, String arg2, String arg3)
method_10437(String arg0, long arg1, String arg2, String arg3)
sendStartSpanMetadata(String name, long time, String description, String metadata)
func_177946_b(String arg0, long arg1, String arg2, String arg3)
public boolean
a(String arg0, long arg1, long arg2, String arg3, String arg4)
method_10436(String arg0, long arg1, long arg2, String arg3, String arg4)
sendEndSpanMetadata(String name, long time, long id, String description, String metadata)
func_177947_a(String arg0, long arg1, long arg2, String arg3, String arg4)
protected void
a(bqj$a arg0)
method_7161(class_1919$class_1921 arg0)
setStatus(BroadcastController$State status)
func_152827_a(BroadcastController$BroadcastState arg0)
public void
K()
method_7152()
update()
func_152821_H()
protected void
L()
method_7153()
fetchStreamInfo()
func_152835_I()
public IngestTester
M()
method_7154()
startIngestTesting()
func_152838_J()
protected boolean
O()
method_7155()
allocateFrameBuffer()
func_152823_L()
protected void
P()
method_7156()
m_47280855()
func_152831_M()
public tv.twitch.broadcast.FrameBuffer
Q()
method_7157()
pollFreeBuffer()
func_152822_N()
public void
a(tv.twitch.broadcast.FrameBuffer arg0)
method_7168(tv.twitch.broadcast.FrameBuffer arg0)
readPixels(tv.twitch.broadcast.FrameBuffer buffer)
captureFramebuffer(tv.twitch.broadcast.FrameBuffer arg0)
public tv.twitch.ErrorCode
b(tv.twitch.broadcast.FrameBuffer arg0)
method_7173(tv.twitch.broadcast.FrameBuffer arg0)
submitTexturePointer(tv.twitch.broadcast.FrameBuffer ptr)
submitStreamFrame(tv.twitch.broadcast.FrameBuffer frame)
protected boolean
a(tv.twitch.ErrorCode arg0)
method_7167(tv.twitch.ErrorCode arg0)
error(tv.twitch.ErrorCode error)
func_152853_a(tv.twitch.ErrorCode arg0)
protected void
d(String arg0)
method_7174(String arg0)
error(String message)
logError(String error)
protected void
e(String arg0)
method_7175(String arg0)
warn(String message)
logWarning(String warning)