struct Facebook::Proto::LiveVideo
- Facebook::Proto::LiveVideo
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/LiveVideo.pb.crConstant Summary
-
FIELDS =
{1 => {name: :id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :ad_break_failure_reason, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :broadcast_start_time, pb_type: Datetime, crystal_type: Datetime, cast_type: Datetime?, native: false, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :creation_time, pb_type: Datetime, crystal_type: Datetime, cast_type: Datetime?, native: false, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :dash_ingest_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :dash_preview_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :description, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :embed_html, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :is_manual_mode, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :is_reference_only, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :live_views, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 12 => {name: :permalink_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 13 => {name: :planned_start_time, pb_type: Datetime, crystal_type: Datetime, cast_type: Datetime?, native: false, optional: true, repeated: false, default: nil, packed: false}, 14 => {name: :seconds_left, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 15 => {name: :secure_stream_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 16 => {name: :status, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 17 => {name: :stream_url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 18 => {name: :title, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 19 => {name: :total_views, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
-
Fields =
{} of String => Field
Constructors
- .new(buf : Protobuf::Buffer)
- .new(id : String | Nil = nil, ad_break_failure_reason : String | Nil = nil, broadcast_start_time : Datetime | Nil = nil, creation_time : Datetime | Nil = nil, dash_ingest_url : String | Nil = nil, dash_preview_url : String | Nil = nil, description : String | Nil = nil, embed_html : String | Nil = nil, is_manual_mode : Bool | Nil = nil, is_reference_only : Bool | Nil = nil, live_views : Int64 | Nil = nil, permalink_url : String | Nil = nil, planned_start_time : Datetime | Nil = nil, seconds_left : Int64 | Nil = nil, secure_stream_url : String | Nil = nil, status : String | Nil = nil, stream_url : String | Nil = nil, title : String | Nil = nil, total_views : String | Nil = nil)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #ad_break_failure_reason : String | Nil
- #ad_break_failure_reason=(ad_break_failure_reason : String | Nil)
- #broadcast_start_time : Datetime | Nil
- #broadcast_start_time=(broadcast_start_time : Datetime | Nil)
- #creation_time : Datetime | Nil
- #creation_time=(creation_time : Datetime | Nil)
- #dash_ingest_url : String | Nil
- #dash_ingest_url=(dash_ingest_url : String | Nil)
- #dash_preview_url : String | Nil
- #dash_preview_url=(dash_preview_url : String | Nil)
- #description : String | Nil
- #description=(description : String | Nil)
- #embed_html : String | Nil
- #embed_html=(embed_html : String | Nil)
- #id : String | Nil
- #id=(id : String | Nil)
- #is_manual_mode : Bool | Nil
- #is_manual_mode=(is_manual_mode : Bool | Nil)
- #is_reference_only : Bool | Nil
- #is_reference_only=(is_reference_only : Bool | Nil)
- #live_views : Int64 | Nil
- #live_views=(live_views : Int64 | Nil)
- #permalink_url : String | Nil
- #permalink_url=(permalink_url : String | Nil)
- #planned_start_time : Datetime | Nil
- #planned_start_time=(planned_start_time : Datetime | Nil)
- #seconds_left : Int64 | Nil
- #seconds_left=(seconds_left : Int64 | Nil)
- #secure_stream_url : String | Nil
- #secure_stream_url=(secure_stream_url : String | Nil)
- #status : String | Nil
- #status=(status : String | Nil)
- #stream_url : String | Nil
- #stream_url=(stream_url : String | Nil)
- #title : String | Nil
- #title=(title : String | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #total_views : String | Nil
- #total_views=(total_views : String | Nil)
Constructor Detail
def self.new(id : String | Nil = nil, ad_break_failure_reason : String | Nil = nil, broadcast_start_time : Datetime | Nil = nil, creation_time : Datetime | Nil = nil, dash_ingest_url : String | Nil = nil, dash_preview_url : String | Nil = nil, description : String | Nil = nil, embed_html : String | Nil = nil, is_manual_mode : Bool | Nil = nil, is_reference_only : Bool | Nil = nil, live_views : Int64 | Nil = nil, permalink_url : String | Nil = nil, planned_start_time : Datetime | Nil = nil, seconds_left : Int64 | Nil = nil, secure_stream_url : String | Nil = nil, status : String | Nil = nil, stream_url : String | Nil = nil, title : String | Nil = nil, total_views : String | Nil = nil)
#