How can NetStreamInfo class's parameters be read. I mean,?I have an application to perform live streaming. I have used 'nc' as my Netconnection object %26amp; 'ns' as NetStream object and nsi as NetStreamInfo object. When I Type 'nsi.' I see lot of attributes but when I try to print it using
Alert.show(nsi.dataBufferByteLength.toString());
I get an error ''Cannot access a property or method of a null object reference'' at that line.
How can we link the NetStreamInfo object with the netstream, ns ?
Please Help...
No comments:
Post a Comment