Single timed text item. More...

#import "OOCaption.h"

+ Inheritance diagram for OOCaption:

Instance Methods

(id) - initWithBegin:end:text:
 
(id) - initWithXML:
 

Protected Attributes

Float64 begin
 Time when the text should appear. More...
 
Float64 end
 Time when the text should disappear. More...
 
NSString * text
 Text string to appear. More...
 

Detailed Description

Single timed text item.

OOCaption.

OOCaption.h in OoyalaSDK

Method Documentation

- (id) initWithBegin: (Float64)  begin_
end: (Float64)  end_
text: (NSString *)  text_ 
- (id) initWithXML: (OOTBXMLElement *)  xml

Member Data Documentation

- (Float64) begin
readnonatomicassignprotected

Time when the text should appear.

- (Float64) end
readnonatomicassignprotected

Time when the text should disappear.

- (NSString *) text
readnonatomicstrongprotected

Text string to appear.


The documentation for this class was generated from the following file: