GCKMediaTextTrackStyle ক্লাস
একটি পাঠ্য মিডিয়া ট্র্যাকের জন্য একটি শৈলী প্রতিনিধিত্বকারী একটি ক্লাস৷
উত্তরাধিকারসূত্রে NSObject, <NSCopying>, এবং <NSSecureCoding>।
|
(instancetype) | - init |
| মনোনীত ইনিশিয়ালাইজার। আরও...
|
|
|
(instancetype) | + createDefault |
| সিস্টেমের বন্ধ ক্যাপশনিং সেটিংসের উপর ভিত্তি করে ডিফল্ট মান সহ একটি উদাহরণ তৈরি করে। আরও...
|
|
মনোনীত ইনিশিয়ালাইজার।
সমস্ত বৈশিষ্ট্য পরিবর্তনযোগ্য এবং তাই নির্মাণের পরে সরবরাহ করা যেতে পারে।
+ (instancetype) createDefault |
|
|
|
সিস্টেমের বন্ধ ক্যাপশনিং সেটিংসের উপর ভিত্তি করে ডিফল্ট মান সহ একটি উদাহরণ তৈরি করে।
এই পদ্ধতিটি iOS 7 এর চেয়ে পুরানো সিস্টেমে শূন্য ফেরত দেবে।
|
read write nonatomic assign |
পাঠ্যের জন্য ফন্ট স্কেলিং ফ্যাক্টর।
|
read write nonatomic copy |
|
read write nonatomic copy |
- (GCKMediaTextTrackStyleEdgeType) edgeType |
|
read write nonatomic assign |
|
read write nonatomic copy |
- (GCKMediaTextTrackStyleWindowType) windowType |
|
read write nonatomic assign |
জানালার ধরন।
কিছু রিসিভার ডিভাইস এই বৈশিষ্ট্য সমর্থন নাও হতে পারে.
|
read write nonatomic copy |
জানালার রঙ।
কিছু রিসিভার ডিভাইস এই বৈশিষ্ট্য সমর্থন নাও হতে পারে.
- (CGFloat) windowRoundedCornerRadius |
|
read write nonatomic assign |
পিক্সেলে গোলাকার কোণার ব্যাসার্ধের পরম মান।
কিছু রিসিভার ডিভাইস এই বৈশিষ্ট্য সমর্থন নাও হতে পারে.
|
read write nonatomic copy |
ফন্ট পরিবার; ফন্ট উপলব্ধ না হলে, জেনেরিক ফন্ট পরিবার ব্যবহার করা হবে।
- (GCKMediaTextTrackStyleFontGenericFamily) fontGenericFamily |
|
read write nonatomic assign |
- (GCKMediaTextTrackStyleFontStyle) fontStyle |
|
read write nonatomic assign |
|
read write nonatomic strong |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`GCKMediaTextTrackStyle` is a class that manages the style of text media tracks, inheriting from `NSObject`, `NSCopying`, and `NSSecureCoding`."],["It offers customization options like font scale, colors (foreground, background, edge, window), edge type, window type, font family, style, and rounded corner radius for the window."],["You can initialize an instance with default values based on system settings using `createDefault` or customize properties after initializing with `init`."],["Some attributes like `windowType`, `windowColor`, and `windowRoundedCornerRadius` might not be supported by all receiver devices."],["`customData` property allows developers to associate any custom data with the text track style."]]],[]]